1
1
mirror of https://github.com/tweag/ormolu.git synced 2024-09-11 21:27:46 +03:00

Fix grammar

This commit is contained in:
tomjaguarpaw 2020-09-16 20:22:09 +01:00 committed by Mark Karpov
parent dec158c58b
commit 139df241fe

View File

@ -116,7 +116,7 @@ This allows us to disable formatting selectively for code between these
markers or disable it for the entire file. To achieve the latter, just put
`{- ORMOLU_DISABLE -}` at the very top. Note that the source code should
still be parseable even without the “excluded” part. Because of that the
magic comments cannot be placed arbitrary, but should rather enclose
magic comments cannot be placed arbitrarily, but should rather enclose
independent top-level definitions.
## Current limitations