Skip to content

Commit

Permalink
Fix a typo in README.md (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisGorbachev authored Oct 26, 2023
1 parent 78a20c0 commit bdef8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ myAdd a b = a + b
```

The `myAdd` function would likely already be inlined since it is so small, but
to guarantee that it is always inlined after two argments are applied, you would
to guarantee that it is always inlined after two arguments are applied, you would
write the following directive:

```
Expand Down

0 comments on commit bdef8b5

Please sign in to comment.