Skip to content

Commit

Permalink
Nits
Browse files Browse the repository at this point in the history
Signed-off-by: anqurvanillapy <[email protected]>
  • Loading branch information
anqurvanillapy committed Jul 18, 2024
1 parent 6d81ad2 commit ebe2a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/01-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ type ID = StringID | NumberID;
<!-- @formatter:off -->

```ts
type ID = [ StringID(string) | NumberID(number) ];
type ID = [StringID: string | NumberID: number];
```

<!-- @formatter:on -->
Expand Down

0 comments on commit ebe2a0a

Please sign in to comment.