Skip to content

Commit 15bcfa4

Browse files
committed
Update README.md
1 parent 64e3016 commit 15bcfa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ declare type email;
8484
declare type startDate;
8585
declare type flag;
8686

87-
var number = new Number<m>(),
87+
var num = new Number<m>(),
8888
str = new String<email>(),
8989
date = new String<startDate>(),
90-
bool = new Boolean<flag>();
90+
b = new Boolean<flag>();
9191
```
9292

9393
## Supported Types

0 commit comments

Comments
 (0)