We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d1437b commit e07262dCopy full SHA for e07262d
.github/CONTRIBUTING.md
@@ -59,7 +59,7 @@ Bad example: `{@link BotBlockAPI}`
59
Good example: `{@link com.andre601.javabotblockapi.BotBlockAPI BotBlockAPI}`
60
61
We want to point out the alternative text used in the Good example, to display "BotBlockAPI" instead of the path.
62
-When linking to a method that is in a separate classm, set the alternative text to `Class.method(option(s))`.
+When linking to a method that is in a separate class, set the alternative text to `Class.method(option(s))`.
63
64
There is an exception for linking, when you link to a method in the same (inner) class.
65
In those cases just link to it by using `{@link #methodName}`
0 commit comments