diff --git a/core/src/main/java/hudson/Functions.java b/core/src/main/java/hudson/Functions.java index e525dd6c4e..0b3fb6a0e2 100644 --- a/core/src/main/java/hudson/Functions.java +++ b/core/src/main/java/hudson/Functions.java @@ -2099,7 +2099,7 @@ public class Functions { } /** - * If the given {@code Action} is a {@link RootAction#isPrimaryAction() primary} {code RootAction}, or a parent of the current page, return {@code true}. + * If the given {@code Action} is a {@link RootAction#isPrimaryAction() primary} {@code RootAction}, or a parent of the current page, return {@code true}. * Used in {@code actions.jelly} to decide if the action should shown in the main header or the hamburger. */ @Restricted(NoExternalUse.class)