We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e819f88 + 68c5b7e commit 124b6eaCopy full SHA for 124b6ea
src/Node/Buffer.purs
@@ -111,7 +111,7 @@ fromString :: String -> Encoding -> Buffer
111
fromString str = fromStringImpl str <<< show
112
113
foreign import fromStringImpl
114
- "function fromString (str) { \
+ "function fromStringImpl (str) { \
115
\ return function (encoding) { \
116
\ return new Buffer(str, encoding); \
117
\ }; \
0 commit comments