Skip to content

Commit b72e119

Browse files
authored
Merge pull request JustinSDK#15 from fanofxiaofeng/patch-1
Update CH08.md
2 parents 6e2edb1 + 2b21458 commit b72e119

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)