diff --git a/src/main/java/org/lazyparams/showcase/ScopedLazyParameter.java b/src/main/java/org/lazyparams/showcase/ScopedLazyParameter.java index 6e8391b..301d718 100644 --- a/src/main/java/org/lazyparams/showcase/ScopedLazyParameter.java +++ b/src/main/java/org/lazyparams/showcase/ScopedLazyParameter.java @@ -280,7 +280,7 @@ public interface Identifier * LazyParams.pickValue("foobar", EnumType.FOO, EnumType.BAR); * ... will not be confused with ...

-         * LazyParams.pickValue("foo", EnumType.values())
+         * LazyParams.pickValue("foobar", EnumType.values())
          * 
... in case FOO and BAR are all the * constants of enum EnumType. *
@@ -295,8 +295,7 @@ public interface Identifier