Skip to content

Make documentation for byteSwap16 consistent with byteSwap32/64

Brian Wignall requested to merge bwignall/ghc:word16_byteswap into master

The implementation of byteSwap16 is the same as byteSwap32's, but with "16" replaced with "32". This makes their docstrings the same.

Merge request reports