Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
horus authored and Bodigrim committed Jan 24, 2024
1 parent e84c7a3 commit 8b71e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Data/Text/Internal/Reverse.hs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ reverse t = reverseNonEmpty t
reverseNonEmpty ::
Text -> Text
#if defined(PURE_HASKELL)
reverseNonEmtpy (Text src off len) = runST $ do
reverseNonEmpty (Text src off len) = runST $ do
dest <- A.new len
_ <- reversePoints src off dest len
result <- A.unsafeFreeze dest
Expand Down

0 comments on commit 8b71e5d

Please sign in to comment.