Skip to content

Commit

Permalink
Fix typo of '#[]' to '#{}'
Browse files Browse the repository at this point in the history
  • Loading branch information
ckknight committed Oct 20, 2015
1 parent a118742 commit 4f3e99f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Record.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const b = #{ ...a, z: 3 };

__Type__
```javascript
typeof #[]; // 'record'
typeof #{}; // 'record'
```

### Syntax
Expand Down

0 comments on commit 4f3e99f

Please sign in to comment.