We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0ecd38 commit 0097e96Copy full SHA for 0097e96
doc/basic_types.md
@@ -315,8 +315,8 @@ the returned value.
315
## Name
316
317
Names are JavaScript values that can be used as a property name. There are two
318
-specialized types of names supported in Node.js Addon API- [`String`](String.md)
319
-and [`Symbol`](Symbol.md).
+specialized types of names supported in Node.js Addon API- [`String`](string.md)
+and [`Symbol`](symbol.md).
320
321
### Methods
322
0 commit comments