From fe19154a7ae98fbd024d8ac6d3412165dfc3e1e3 Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Wed, 26 Oct 2022 21:49:18 +0200 Subject: [PATCH 1/2] Add link to NewOneByteString in docs/new.md --- doc/new.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/new.md b/doc/new.md index 0f28a0e9..e5d46fa0 100644 --- a/doc/new.md +++ b/doc/new.md @@ -8,6 +8,7 @@ NAN provides a `Nan::New()` helper for the creation of new JavaScript objects in - Nan::True() - Nan::False() - Nan::EmptyString() + - Nan::NewOneByteString() From 91eba40451e11dc19d63a2a729761bdf3822a4e1 Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Wed, 26 Oct 2022 21:51:47 +0200 Subject: [PATCH 2/2] Update new.md --- doc/new.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/new.md b/doc/new.md index e5d46fa0..40061fa6 100644 --- a/doc/new.md +++ b/doc/new.md @@ -8,7 +8,7 @@ NAN provides a `Nan::New()` helper for the creation of new JavaScript objects in - Nan::True() - Nan::False() - Nan::EmptyString() - - Nan::NewOneByteString() + - Nan::NewOneByteString()