We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7df41b4 commit aaade1dCopy full SHA for aaade1d
src/Node/Buffer.purs
@@ -28,7 +28,7 @@ import Data.Maybe (Maybe(..))
28
import Node.Encoding (Encoding, encodingToNode)
29
30
-- | Type synonym indicating the value should be an octet (0-255). If the value
31
--- | provided is outside this range it will be used as modulo 255.
+-- | provided is outside this range it will be used as modulo 256.
32
type Octet = Int
33
34
-- | Type synonym indicating the value refers to an offset in a buffer.
0 commit comments