Skip to content

Commit fc474f0

Browse files
似乎遺漏了幾個'o'字元
如題
1 parent 0ec5253 commit fc474f0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/CH07.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -784,12 +784,12 @@ public class UseGC {
784784
在程式中您故意加上無窮迴圈,以讓垃圾收集在程式結束前有機會執行,藉以瞭解垃圾收集確實會運作,程式執行結果如下所示:
785785

786786
請按Ctrl + C終止程式........
787-
bject1建立
788-
bject2建立
789-
bject3建立
790-
bject3被回收
791-
bject2被回收
792-
bject1被回收
787+
object1建立
788+
object2建立
789+
object3建立
790+
object1被回收
791+
object3被回收
792+
object2被回收
793793

794794
## 7.3 接下來的主題
795795

0 commit comments

Comments
 (0)