From 938dd24cc991c2e493096aacc92757109276ae65 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Mon, 28 Sep 2015 22:51:33 +0100 Subject: [PATCH] Fix typo --- docs/content/filtering.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/filtering.md b/docs/content/filtering.md index 41d7f79bd..1257cfe2c 100644 --- a/docs/content/filtering.md +++ b/docs/content/filtering.md @@ -80,7 +80,7 @@ Special characters can be escaped with a `\` before them. ### Differences between rsync and rclone patterns ### -Rclone implements bash style `{a,b,c}` glob matching which rclone doesn't. +Rclone implements bash style `{a,b,c}` glob matching which rsync doesn't. Rclone ignores `/` at the end of a pattern.