Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit cf9c01b

Browse files
committed
spelling: workaround
Signed-off-by: Josh Soref <[email protected]>
1 parent 30cf82e commit cf9c01b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: semantic-tags/test/Test.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ testTree = Tasty.testGroup "Tags.Tagging.Precise"
8282

8383
-- NB: This emoji (:man-woman-girl-girl:) cannot be entered into a string literal in haskell for some reason, you'll get:
8484
-- > lexical error in string/character literal at character '\8205'
85-
-- The work around is to enter the unicode directly (7 code points).
85+
-- The workaround is to enter the unicode directly (7 code points).
8686
-- utf-8: 25 bytes to represent
8787
-- utf-16: 23 bytes to represent
8888
, testCase "multi code point unicode :man-woman-girl-girl:" $

0 commit comments

Comments
 (0)