From 1fc2c3823ce4e4bb93caae30467f403020c407a1 Mon Sep 17 00:00:00 2001 From: Jeroen Janssen Date: Sat, 26 May 2012 12:25:44 +0200 Subject: [PATCH] doc: updated JavaScript casing where relevant Fixes #3326. --- doc/api/addons.markdown | 2 +- doc/api/buffer.markdown | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/addons.markdown b/doc/api/addons.markdown index df42815..b414943 100644 --- a/doc/api/addons.markdown +++ b/doc/api/addons.markdown @@ -27,7 +27,7 @@ libraries. ## Hello world 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'; }; diff --git a/doc/api/buffer.markdown b/doc/api/buffer.markdown index ba1c765..82a36ee 100644 --- a/doc/api/buffer.markdown +++ b/doc/api/buffer.markdown @@ -2,7 +2,7 @@ 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 streams. Node has several strategies for manipulating, creating, and consuming octet streams. -- 2.7.4