Skip to content

Commit 9f5be61

Browse files
authored
fix typos readme (#56)
1 parent e79e862 commit 9f5be61

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ symbolic computations.
1010
In some ways, it is very similar to Haskell, but it has some key differences:
1111
- Lambdas must be linear or affine, making it resource-aware
1212
- Lambdas have no scope boundaries, enabling global substitutions
13-
- First-class duplications allow a term to be copied into to two locations
13+
- First-class duplications allow a term to be copied into two locations
1414
- First-class superpositions allow 2 terms to be stored in 1 location
1515

1616
These primitives allow HVM to natively represent concepts that are not present
@@ -46,4 +46,4 @@ hvm run file.hvml -c # runs compiled (fast)
4646
```
4747

4848
Note: the `-c` flag will also generate a standalone `.main.c` file, which if you
49-
want, you can compile and run it independently. See examples on the [book/](book/) directory.
49+
want, you can compile and run it independently. See examples in the [book/](book/) directory.

0 commit comments

Comments
 (0)