Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
- Fix reference to W character in TypeScript Tuple example
  • Loading branch information
sinclairzx81 authored Nov 17, 2024
2 parents a00d605 + efbc236 commit 9b3ebd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const T = Runtime.Tuple([ // const T = {
// }


const R = Runtime.Parse(P, 'X Y Z W') // const R = [['X', 'Y', 'Z'], ' D']
const R = Runtime.Parse(P, 'X Y Z W') // const R = [['X', 'Y', 'Z'], ' W']
```

### Union
Expand Down

0 comments on commit 9b3ebd9

Please sign in to comment.