Skip to content

Commit d4de1ab

Browse files
fix typo
"parametar" -> "parameter"
1 parent 95aa714 commit d4de1ab

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 上之 parametar
410+
PARAMETER, // 適用 method 上之 parameter
411411
CONSTRUCTOR, // 適用 constructor
412412
LOCAL_VARIABLE, // 適用區域變數
413413
ANNOTATION_TYPE, // 適用 annotation 型態

0 commit comments

Comments
 (0)