diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-05-30 14:49:24 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-05-30 14:50:43 +0200 |
| commit | 25e94cef0372e3b3aae9bd662f6012143e90e1cb (patch) | |
| tree | 5da197a911ab6b2d679cc3fe8df9b9072ccf1e31 /src/eval/str.rs | |
| parent | f90fcd664bd64e4c7fd996e8d0825e7031625763 (diff) | |
Fix doc links
Diffstat (limited to 'src/eval/str.rs')
| -rw-r--r-- | src/eval/str.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eval/str.rs b/src/eval/str.rs index 3c377595..567ee5bd 100644 --- a/src/eval/str.rs +++ b/src/eval/str.rs @@ -541,7 +541,7 @@ impl Hash for Regex { } cast_from_value! { - Regex: "regular expression", + Regex: "regex", } /// A pattern which can be searched for in a string. |
