From efed86608d6ddffb9a02a76ac7818f41a52016ba Mon Sep 17 00:00:00 2001 From: sinclair Date: Wed, 27 Nov 2024 02:40:09 +0900 Subject: [PATCH] Documentation --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 6dc0ceb8..f6f3a576 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 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.