Skip to content

Commit 4ecbeb5

Browse files
committed
update docs
1 parent 3a77139 commit 4ecbeb5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/regex.nim

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,7 @@ the scope, and it contains the submatches for every capture group.
286286
Invalid UTF-8 input text
287287
########################
288288
289-
There is a UTF-8 validation for the input text,
290-
but for perf reason this is only done in debug mode.
289+
UTF-8 validation on the input text is only done in debug mode for perf reasons.
291290
The behaviour on invalid UTF-8 input (i.e: malformed, corrupted, truncated, etc)
292291
when compiling in release/danger mode is currently undefined,
293292
and it will likely result in an internal AssertionDefect or some other error.

0 commit comments

Comments
 (0)