Skip to content
  • Alec Theriault's avatar
    Properly escape character literals in Haddocks · 173d0cee
    Alec Theriault authored and Marge Bot's avatar Marge Bot committed
    Character literals in Haddock should not be written as plain `'\n'` since
    single quotes are for linking identifiers. Besides, since we want the
    character literal to be monospaced, we really should use `@\'\\n\'@`.
    
    [skip ci]
    173d0cee