Skip to content

Commit 13c5924

Browse files
authored
Removing reference to javaslang 2.0.0 vesion which may be confusing for vavr users (#48)
1 parent 6bfd4a5 commit 13c5924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/usage_guide.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ Lazy is a monadic container type which represents a lazy evaluated value. Compar
266266
include::../../test/java/io/vavr/LazyDemo.java[tags=createLazy]
267267
----
268268

269-
Since version 2.0.0 you may also create a real lazy value (works only with interfaces):
269+
You may also create a real lazy value (works only with interfaces):
270270

271271
[source,java,indent=0]
272272
----

0 commit comments

Comments
 (0)