Docs: properly escape character literals
Single quotes in Haddock are used for references to other identifiers. Character literals should have both the single quote and possible backslash escaped with extra backslahes. Ex: `@\'\\0\'@`, not `'\0'`
Showing
- Cabal/Distribution/Fields/Parser.hs 19 additions, 19 deletionsCabal/Distribution/Fields/Parser.hs
- Cabal/Distribution/Parsec/FieldLineStream.hs 1 addition, 1 deletionCabal/Distribution/Parsec/FieldLineStream.hs
- Cabal/Distribution/Simple/BuildPaths.hs 4 additions, 4 deletionsCabal/Distribution/Simple/BuildPaths.hs
Loading
Please register or sign in to comment