Skip to content

Commit fea312d

Browse files
committed
Slight rewording
1 parent 9b42688 commit fea312d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/books/learning_rsync/01_rsync_overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The original `rsync` was maintained by the Australian programmer <font color=red
5252

5353
How does `rsync` achieve efficient one-way data synchronization backup?
5454

55-
The core of `rsync` is its **Checksum algorithm**. If you are interested, you can go to [How Rsync works](https://rsync.samba.org/how-rsync-works.html) and [The rsync algorithm](https://rsync.samba.org/tech_report/) for more information, This section is beyond the author's competence and will not be covered too much.
55+
The core of `rsync` is its **Checksum algorithm**. For more information, you can go to [How Rsync works](https://rsync.samba.org/how-rsync-works.html) and [The rsync algorithm](https://rsync.samba.org/tech_report/). This section is beyond the author's competence and will not be covered too much.
5656

5757
The characteristics of `rsync` are:
5858

0 commit comments

Comments
 (0)