From 8c65b2e005fb147237cad825e22a3e21bbd61fc3 Mon Sep 17 00:00:00 2001 From: harveer07 <71729199+harveer07@users.noreply.github.com> Date: Wed, 27 Jul 2022 19:57:02 -0700 Subject: [PATCH] Update README.md grammar mistake fixed was missing an article --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b339bfd4..d6feeeeb 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ _* [fib(35)](https://github.com/d5/tengobench/blob/master/code/fib.tengo): Fibonacci(35)_ _* [fibt(35)](https://github.com/d5/tengobench/blob/master/code/fibtc.tengo): [tail-call](https://en.wikipedia.org/wiki/Tail_call) version of Fibonacci(35)_ -_* **Go** does not read the source code from file, while all other cases do_ +_* **Go** does not read the source code from a file, while all other cases do_ _* See [here](https://github.com/d5/tengobench) for commands/codes used_ ## Quick Start