diff --git a/java/google/registry/tools/RegistryCli.java b/java/google/registry/tools/RegistryCli.java index 5a3815787..f0841f1e9 100644 --- a/java/google/registry/tools/RegistryCli.java +++ b/java/google/registry/tools/RegistryCli.java @@ -50,7 +50,7 @@ final class RegistryCli { // The > wildcard looks a little funny, but is needed so that // we can accept maps with value types that are subtypes of Class rather than - // literally that type (e.g. Class). For more explanation, see: + // literally that type. For more explanation, see: // http://www.angelikalanger.com/GenericsFAQ/FAQSections/TypeArguments.html#FAQ104 void run( String programName,