Browse Source

Remove confusing comment in node_buffer.h

v0.7.4-release
Ryan Dahl 14 years ago
parent
commit
5fd9adccdb
  1. 3
      src/node_buffer.h

3
src/node_buffer.h

@ -33,9 +33,6 @@ namespace node {
* object in javascript. The object is not totally opaque, one can access
* individual bytes with [] and slice it into substrings or sub-buffers
* without copying memory.
*
* // return an ascii encoded string - no memory is copied
* buffer.asciiSlice(0, 3)
*/
/*

Loading…
Cancel
Save