Skip to content

Commit 767a5d8

Browse files
committed
Fix a typo
1 parent 9769ea3 commit 767a5d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/zh-CN/autoloading_and_reloading_constants.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ class C
145145
end
146146
```
147147

148-
Ruby 在 `Object` 中创建一个变量 `C`,并将一个类对象存储在 `C` 常量中。这个类实例的名称是“C”,一个字符串,跟常量名一样。
148+
Ruby 在 `Object` 中创建一个常量 `C`,并将一个类对象存储在 `C` 常量中。这个类实例的名称是“C”,一个字符串,跟常量名一样。
149149

150150
如下的代码:
151151

0 commit comments

Comments
 (0)