Skip to content

Commit 2b21458

Browse files
Update CH08.md
似乎遺漏了一對括號
1 parent 6e2edb1 commit 2b21458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/CH08.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ SafeArray 與 SimpleArray 擁有一致的操作介面,因為 SafeArray 是 Sim
254254
public Bird(String name) {
255255
this.name = name;
256256
}
257-
public Bird getCopied {
257+
public Bird getCopied() {
258258
return new Bird(name);
259259
}
260260
}

0 commit comments

Comments
 (0)