Skip to content

Commit ba74796

Browse files
committed
update readme
1 parent f19d4d7 commit ba74796

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/rexen.gleam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import rexen/nfa/thompson
1515
/// ```gleam
1616
/// import rexen
1717
///
18-
/// case rexen.new("a*b") {
18+
/// case rexen.new("a?b") {
1919
/// Ok(_) -> io.println("All good")
2020
/// Error(err) -> io.println(err)
2121
/// }

0 commit comments

Comments
 (0)