Skip to content

Commit b252d37

Browse files
committed
Change to "如果它存在的话"
1 parent 4c1111e commit b252d37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/09-git-and-other-scms/sections/import-custom.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ $author = 'John Doe <[email protected]>'
110110
----
111111

112112
现在准备开始为你的导入器打印出提交数据。
113-
初始信息声明定义了一个提交对象与它所在的分支,紧接着一个你生成的标记、提交者信息与提交信息、然后是一个之前的提交,如果存在的情况下
113+
初始信息声明定义了一个提交对象与它所在的分支,紧接着一个你生成的标记、提交者信息与提交信息、然后是一个之前的提交,如果它存在的话
114114
代码看起来像这样:
115115

116116
[source,ruby]

0 commit comments

Comments
 (0)