Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvbrdn committed Oct 13, 2024
1 parent 1bd84bb commit 691ccaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ let term2 = Term::from_regex("de").unwrap();
let subtraction = term1.subtraction(&term2).unwrap();

if let Term::RegularExpression(regex) = subtraction {
assert_eq!("abc", regex.to_string());
println!("{}", regex.to_string()); // abc
}
```

0 comments on commit 691ccaf

Please sign in to comment.