diff --git a/readme.md b/readme.md index 338e8f41..aaae87e1 100644 --- a/readme.md +++ b/readme.md @@ -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.