Skip to content

Commit

Permalink
Fix typo (#4387)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Mokhov <amokhov@janestreet.com>
  • Loading branch information
snowleopard authored Mar 23, 2021
1 parent 14c2823 commit 5326730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Unreleased

- Changed the implementation of actions attached to aliases, as in
`(rule (alias runtest) (action (run ./test)))`. A visible result for
users is that such actions are not memoized for longer. For
users is that such actions are now memoized for longer. For
instance:
```
$ echo '(rule (alias runtest) (action (echo "X=%{env:X=0}\n")))` > dune
Expand Down

0 comments on commit 5326730

Please sign in to comment.