From 96efc1224f21ca1981c09d40e627006ef182fd2f Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Mon, 5 Feb 2024 00:25:58 +0900 Subject: [PATCH] docs: update README.md minor fix. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07ecfee1f..8e6b99373 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ And it adds several innovative, useful features of its own: repositories to S3? No? Well, now you can! The fundamental problem with using filesystems like Dropbox and backup tools - like `rsync` on your typical Git/Mercurial repositories is that that they rely + like `rsync` on your typical Git/Mercurial repositories is that they rely on *local filesystem operations* being atomic, serialized, and non-concurrent with respect to other reads and writes—which is _not_ true when operating on distributed file systems, or when operations like concurrent file copies (for