Skip to content

Commit 24a211e

Browse files
committed
doc/json: fix typo at source
1 parent b5edd5c commit 24a211e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/json.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## JSON
22

3-
The _JSON_ object provides the c++ versions of the methods offered by the `JSON` object in javascript. V8 exposes these methods via the `v8::JSON` object.
3+
The _JSON_ object provides the C++ versions of the methods offered by the `JSON` object in javascript. V8 exposes these methods via the `v8::JSON` object.
44

55
- <a href="#api_nan_json_parse"><b><code>Nan::JSON.Parse</code></b></a>
66
- <a href="#api_nan_json_stringify"><b><code>Nan::JSON.Stringify</code></b></a>

0 commit comments

Comments
 (0)