Skip to content

Commit 8dcb33e

Browse files
committed
[typo]Delete a duplicate auxiliary.
1 parent e9818a9 commit 8dcb33e

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
@@ -67,7 +67,7 @@ tree = commit.tree
6767

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

7373
[source,ruby]

0 commit comments

Comments
 (0)