Skip to content

Commit e45aa6f

Browse files
ChuckieChen945networm
authored andcommitted
add the missing character
add the missing character
1 parent 9f95534 commit e45aa6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/01-introduction/sections/basics.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Git 中所有数据在存储前都计算校验和,然后以校验和来引用
5353
若你在传送过程中丢失信息或损坏文件,Git 就能发现。
5454

5555
Git 用以计算校验和的机制叫做 SHA-1 散列(hash,哈希)。(((SHA-1)))
56-
这是一个由 40 个十六进制字符(0-9 和 a-f)组成字符串,基于 Git 中文件的内容或目录结构计算出来。
56+
这是一个由 40 个十六进制字符(0-9 和 a-f)组成的字符串,基于 Git 中文件的内容或目录结构计算出来。
5757
SHA-1 哈希看起来是这样:
5858

5959
[source]

0 commit comments

Comments
 (0)