Skip to content

Commit 414b9c9

Browse files
committed
CodeUnits length function doc references itself and is wrong
1 parent b6654d4 commit 414b9c9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Data/String/CodePoints.purs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,6 @@ uncons s = case CU.length s of
207207
-- | ```purescript
208208
-- | >>> length "b 𝐀𝐀 c 𝐀"
209209
-- | 8
210-
-- | -- compare to Data.String:
211-
-- | >>> length "b 𝐀𝐀 c 𝐀"
212-
-- | 11
213210
-- | ```
214211
-- |
215212
length :: String -> Int

0 commit comments

Comments
 (0)