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 cd9712c commit efed866
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 functions entirely in the following way.
You can override the order in which functions are run, or omit functions entirely using the following.
```typescript
// Runs no functions.
Expand Down

0 comments on commit efed866

Please sign in to comment.