diff --git a/docs/content/faq.md b/docs/content/faq.md index c52940559..add4e1938 100644 --- a/docs/content/faq.md +++ b/docs/content/faq.md @@ -71,7 +71,7 @@ support partially uploading an object. You can't take an existing object, and change some bytes in the middle of it. It would be possible to make a sync system which stored binary diffs -instead of whole objects like rclone does, but that would break the +like rsync does, instead of whole objects, but that would break the 1:1 mapping of files on your hard disk to objects in the remote cloud storage system.