Skip to content

Commit

Permalink
Update link to Normalize.ml file in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gpetiot committed Sep 4, 2020
1 parent 5ce2b9d commit 130b85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -117,7 +117,7 @@ OCamlFormat requires source code that meets the following conditions:

Under those conditions, OCamlFormat is expected to produce output equivalent to the input. As a safety check in case of bugs, prior to terminating or modifying any input file, OCamlFormat enforces the following checks:

- The parse trees obtained by parsing the original and formatted files are equal up to some minor normalization (see [`Normalize`](./src/Normalize.ml)`.equal_impl` or `equal_intf`).
- The parse trees obtained by parsing the original and formatted files are equal up to some minor normalization (see [`Normalize`](./lib/Normalize.ml)`.equal_impl` or `equal_intf`).

- The documentation strings, and their attachment, has been preserved (implicit in the parse tree check).

Expand Down

0 comments on commit 130b85c

Please sign in to comment.