Skip to content

Commit 4232bf9

Browse files
author
Justin Lin
committed
fixed typo
1 parent a5369fb commit 4232bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/CH17.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ Annotation 標示於方法上的話,就要取得方法的 Method 代表實例
407407
TYPE, // 適用 class, interface, enum
408408
FIELD, // 適用 field
409409
METHOD, // 適用 method
410-
PARAMETER, // 適用 method 上之 parameter
410+
PARAMETER, // 適用 method 上之 parametar
411411
CONSTRUCTOR, // 適用 constructor
412412
LOCAL_VARIABLE, // 適用區域變數
413413
ANNOTATION_TYPE, // 適用 annotation 型態

0 commit comments

Comments
 (0)