Skip to content

Commit a074c49

Browse files
author
Justin Lin
committed
刪除多餘的 `
1 parent 59af7fe commit a074c49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/CH12.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ public class GenericFoo3<T> {
220220

221221
您可以像下面的方式來使用範例 12.7 所定義的類別。
222222

223-
`String[] strs = {"caterpillar", "momor", "bush"};
223+
String[] strs = {"caterpillar", "momor", "bush"};
224224
GenericFoo3<String> foo = new GenericFoo3<String>();
225225
foo.setFooArray(strs);
226226
strs = foo.getFooArray();

0 commit comments

Comments
 (0)