Browse Source

doc: updated JavaScript casing where relevant

Fixes #3326.
v0.9.1-release
Jeroen Janssen 13 years ago
committed by koichik
parent
commit
1fc2c3823c
  1. 2
      doc/api/addons.markdown
  2. 2
      doc/api/buffer.markdown

2
doc/api/addons.markdown

@ -27,7 +27,7 @@ libraries.
## Hello world ## Hello world
To get started let's make a small Addon which is the C++ equivalent of To get started let's make a small Addon which is the C++ equivalent of
the following Javascript code: the following JavaScript code:
exports.hello = function() { return 'world'; }; exports.hello = function() { return 'world'; };

2
doc/api/buffer.markdown

@ -2,7 +2,7 @@
Stability: 3 - Stable Stability: 3 - Stable
Pure Javascript is Unicode friendly but not nice to binary data. When Pure JavaScript is Unicode friendly but not nice to binary data. When
dealing with TCP streams or the file system, it's necessary to handle octet dealing with TCP streams or the file system, it's necessary to handle octet
streams. Node has several strategies for manipulating, creating, and streams. Node has several strategies for manipulating, creating, and
consuming octet streams. consuming octet streams.

Loading…
Cancel
Save