Skip to content

Commit 7007cfb

Browse files
committed
Fix broken named-chunk haddock reference
And rewrap/wiggle the Haddock markup while at it. This is a follow-up to c91deda
1 parent becdb77 commit 7007cfb

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

Data/Text.hs

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -251,16 +251,17 @@ import qualified GHC.Exts as Exts
251251
import Text.Printf (PrintfArg, formatArg, formatString)
252252
#endif
253253

254-
-- $character-definition
254+
-- $character_definition
255255
--
256-
-- This package uses the word /character/ to denote Unicode code points.
256+
-- This package uses the term /character/ to denote Unicode /code points/.
257257
--
258-
-- Note that this is not the same thing as a grapheme (e.g. a composition of
259-
-- code points that form one visual symbol). For instance, consider the grapheme
260-
-- @ä@. This symbol has two Unicode representations: a single code-point
261-
-- representation @U+00E4@ (the @LATIN SMALL LETTER A WITH DIAERESIS@ code
262-
-- point), and a two code point representation @U+0061@ (the @A@ code point) and
263-
-- @U+0308@ (the @COMBINING DIAERESIS@ code point).
258+
-- Note that this is not the same thing as a grapheme (e.g. a
259+
-- composition of code points that form one visual symbol). For
260+
-- instance, consider the grapheme \"ä\". This symbol has two
261+
-- Unicode representations: a single code-point representation
262+
-- @U+00E4@ (the @LATIN SMALL LETTER A WITH DIAERESIS@ code point),
263+
-- and a two code point representation @U+0061@ (the \"@A@\" code
264+
-- point) and @U+0308@ (the @COMBINING DIAERESIS@ code point).
264265

265266
-- $strict
266267
--

0 commit comments

Comments
 (0)