We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec90650 commit 467ca43Copy full SHA for 467ca43
README.md
@@ -16,7 +16,7 @@ JAR from [here](https://github.com/polystat/eog/releases)):
16
$ java -jar eog.jar --help
17
```
18
19
-For example, this is the input EO program:
+For example, this is an input EO program:
20
21
22
[n] > fibo
@@ -28,7 +28,7 @@ For example, this is the input EO program:
28
fibo (n.minus 2)
29
30
31
-This is how a generated EOG program may look (a very very early draft):
+This is how a generated EOG program may look (this is a very _early draft_!):
32
33
34
@fibo(n):
0 commit comments