Skip to content
Snippets Groups Projects
Commit 4c7d45d1 authored by Brian Wignall's avatar Brian Wignall Committed by Marge Bot
Browse files

Make documentation for byteSwap16 consistent with byteSwap32 (impl is same, with s/16/32)

parent 08298926
No related branches found
No related tags found
No related merge requests found
......@@ -405,7 +405,7 @@ instance FiniteBits Word16 where
countLeadingZeros (W16# x#) = I# (word2Int# (clz16# x#))
countTrailingZeros (W16# x#) = I# (word2Int# (ctz16# x#))
-- | Swap bytes in 'Word16'.
-- | Reverse order of bytes in 'Word16'.
--
-- @since 4.7.0.0
byteSwap16 :: Word16 -> Word16
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment