mirror of
https://github.com/rclone/rclone.git
synced 2025-08-19 01:46:31 +02:00
docs: fix various typos
This commit is contained in:
committed by
Nick Craig-Wood
parent
6fb1c8f51c
commit
3d424c6e08
@@ -60,7 +60,7 @@ A `?` matches any character except a slash `/`.
|
||||
- matches "lass"
|
||||
- doesn't match "floss"
|
||||
|
||||
A `[` and `]` together make a a character class, such as `[a-z]` or
|
||||
A `[` and `]` together make a character class, such as `[a-z]` or
|
||||
`[aeiou]` or `[[:alpha:]]`. See the [go regexp
|
||||
docs](https://golang.org/pkg/regexp/syntax/) for more info on these.
|
||||
|
||||
|
Reference in New Issue
Block a user