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.
1 parent e819f88 commit 68c5b7eCopy full SHA for 68c5b7e
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