Skip to content

Commit

Permalink
Fix minor error in README
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas van Kempen <[email protected]>
  • Loading branch information
nicovank committed Sep 20, 2023
1 parent 4026b79 commit 643e19e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/simple-extension-rewriter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ as a string.
E.g., assuming we set `MY_VAR="foo"`, it will turn:

```ocaml
let () = print_string [%get_env "foo"]
let () = print_string [%get_env "MY_VAR"]
```

into:
Expand Down

0 comments on commit 643e19e

Please sign in to comment.