Skip to content

Commit ce859f9

Browse files
deokjinkimMoLow
authored andcommitted
doc: fix typo in binding functions
According to usage(node::util::RegisterExternalReferences) of below line, namespace has to be `util`(not `utils`). PR-URL: #48003 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com> Reviewed-By: Harshitha K P <harshitha014@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 070c345 commit ce859f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ with the utilities in `node_external_reference.h`, like this:
432432
433433
```cpp
434434
namespace node {
435-
namespace utils {
435+
namespace util {
436436
void RegisterExternalReferences(ExternalReferenceRegistry* registry) {
437437
registry->Register(GetHiddenValue);
438438
registry->Register(SetHiddenValue);

0 commit comments

Comments
 (0)