Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sinclairzx81 committed Nov 26, 2024
1 parent 297ddd9 commit 968f121
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 @@ -1333,7 +1333,7 @@ const R = Value.Parse(Type.String(), 'hello') // const R: string = "hello"
const E = Value.Parse(Type.String(), undefined) // throws AssertError
```
You can override the order in which functions are are run, or omit function calls entirely in the following way.
You can override the order in which functions are are run, or omit functions entirely in the following way.
```typescript
// Runs no functions.
Expand Down

0 comments on commit 968f121

Please sign in to comment.