Skip to content

Commit ebe2a0a

Browse files
committed
Nits
Signed-off-by: anqurvanillapy <anqurvanillapy@gmail.com>
1 parent 6d81ad2 commit ebe2a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/01-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ type ID = StringID | NumberID;
176176
<!-- @formatter:off -->
177177

178178
```ts
179-
type ID = [ StringID(string) | NumberID(number) ];
179+
type ID = [StringID: string | NumberID: number];
180180
```
181181

182182
<!-- @formatter:on -->

0 commit comments

Comments
 (0)