Skip to content

Commit 691ccaf

Browse files
committed
update README
1 parent 1bd84bb commit 691ccaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ let term2 = Term::from_regex("de").unwrap();
6868
let subtraction = term1.subtraction(&term2).unwrap();
6969

7070
if let Term::RegularExpression(regex) = subtraction {
71-
assert_eq!("abc", regex.to_string());
71+
println!("{}", regex.to_string()); // abc
7272
}
7373
```

0 commit comments

Comments
 (0)