Skip to content

Commit dbbd539

Browse files
committed
Delete duplicate word
1 parent 832c5ff commit dbbd539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/B-embedding-git/sections/libgit2.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ tree = commit.tree
6868
你可以发现,代码看起来更加清晰了。
6969
首先, Rugged 使用异常机制,它可以抛出类似于 `ConfigError` 或者 `ObjectError` 之类的东西来告知错误的情况。
7070
其次,不需要明确的资源释放,因为 Ruby 是支持垃圾回收的。
71-
我们来看一下一个稍微复杂一点的例子:从头开始制作一个提交。
71+
我们来看一个稍微复杂一点的例子:从头开始制作一个提交。
7272

7373
[source,ruby]
7474
----

0 commit comments

Comments
 (0)