Skip to content

Commit

Permalink
Fixed broken links for Symbol and String
Browse files Browse the repository at this point in the history
  • Loading branch information
NickNaso authored and mhdawson committed Sep 6, 2018
1 parent b0ecd38 commit 0097e96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/basic_types.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,8 @@ the returned value.
## Name

Names are JavaScript values that can be used as a property name. There are two
specialized types of names supported in Node.js Addon API- [`String`](String.md)
and [`Symbol`](Symbol.md).
specialized types of names supported in Node.js Addon API- [`String`](string.md)
and [`Symbol`](symbol.md).

### Methods

Expand Down

0 comments on commit 0097e96

Please sign in to comment.