Skip to content

Commit

Permalink
Update ion-schema/src/main/kotlin/com/amazon/ionschema/IonSchemaSyste…
Browse files Browse the repository at this point in the history
…mBuilder.kt

Co-authored-by: Tyler Gregg <[email protected]>
  • Loading branch information
popematt and tgregg authored Dec 15, 2023
1 parent 53027da commit 3bc1019
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ class IonSchemaSystemBuilder private constructor() {
* for an example of how one might implement [RegexImplementation] using a linear-time regex library.
*
* **WARNING**—if you supply your own [RegexImplementation] that differs from the ECMA standard, it may result in
* unexpected behavior when validation Ion data.
* unexpected behavior when validating Ion data.
*/
fun withRegexImplementation(regexImplementation: RegexImplementation): IonSchemaSystemBuilder {
this.regexImplementation = regexImplementation
Expand Down

0 comments on commit 3bc1019

Please sign in to comment.