We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1261b17 commit 5fd9adcCopy full SHA for 5fd9adc
1 file changed
src/node_buffer.h
@@ -33,9 +33,6 @@ namespace node {
33
* object in javascript. The object is not totally opaque, one can access
34
* individual bytes with [] and slice it into substrings or sub-buffers
35
* without copying memory.
36
- *
37
- * // return an ascii encoded string - no memory is copied
38
- * buffer.asciiSlice(0, 3)
39
*/
40
41
/*
0 commit comments