Skip to content

Commit 0097e96

Browse files
NickNasomhdawson
authored andcommitted
Fixed broken links for Symbol and String
1 parent b0ecd38 commit 0097e96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/basic_types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,8 @@ the returned value.
315315
## Name
316316

317317
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).
318+
specialized types of names supported in Node.js Addon API- [`String`](string.md)
319+
and [`Symbol`](symbol.md).
320320

321321
### Methods
322322

0 commit comments

Comments
 (0)