Skip to content

Commit 5fd9adc

Browse files
committed
Remove confusing comment in node_buffer.h
1 parent 1261b17 commit 5fd9adc

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/node_buffer.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ namespace node {
3333
* object in javascript. The object is not totally opaque, one can access
3434
* individual bytes with [] and slice it into substrings or sub-buffers
3535
* without copying memory.
36-
*
37-
* // return an ascii encoded string - no memory is copied
38-
* buffer.asciiSlice(0, 3)
3936
*/
4037

4138
/*

0 commit comments

Comments
 (0)