Skip to content

Commit 467ca43

Browse files
committed
note
1 parent ec90650 commit 467ca43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ JAR from [here](https://github.com/polystat/eog/releases)):
1616
$ java -jar eog.jar --help
1717
```
1818

19-
For example, this is the input EO program:
19+
For example, this is an input EO program:
2020

2121
```
2222
[n] > fibo
@@ -28,7 +28,7 @@ For example, this is the input EO program:
2828
fibo (n.minus 2)
2929
```
3030

31-
This is how a generated EOG program may look (a very very early draft):
31+
This is how a generated EOG program may look (this is a very _early draft_!):
3232

3333
```
3434
@fibo(n):

0 commit comments

Comments
 (0)