Skip to content

Commit 3da73d8

Browse files
Publish of Github pages from Gradle.
1 parent cc94eaa commit 3da73d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ <h1>Vavr User Guide</h1>
516516
<div class="details">
517517
<span id="author" class="author">Daniel Dietrich, Robert Winkler</span><br>
518518
<span id="revnumber">version 0.9.3,</span>
519-
<span id="revdate">2019-01-19</span>
519+
<span id="revdate">2019-04-15</span>
520520
</div>
521521
<div id="toc" class="toc2">
522522
<div id="toctitle">Table of Contents</div>
@@ -971,7 +971,7 @@ <h3 id="_state_of_the_collections">1.5. State of the Collections</h3>
971971
<p>Lambda brought Java and Scala closer together, yet they are still so different. Martin Odersky, the creator of Scala, recently mentioned in his <a href="https://www.youtube.com/watch?v=NW5h8d_ZyOs">BDSBTB 2015 keynote</a> the state of the Java 8 collections.</p>
972972
</div>
973973
<div class="paragraph">
974-
<p>He described Java’s Stream as a fancy form of an Iterator. The Java 8 Stream API is an example of a <em>lifted</em> collection. What it does is to <em>define</em> a computation and <em>link</em> it to a specific collection in another excplicit step.</p>
974+
<p>He described Java’s Stream as a fancy form of an Iterator. The Java 8 Stream API is an example of a <em>lifted</em> collection. What it does is to <em>define</em> a computation and <em>link</em> it to a specific collection in another explicit step.</p>
975975
</div>
976976
<div class="listingblock">
977977
<div class="content">
@@ -2529,7 +2529,7 @@ <h2 id="_license">4. License</h2>
25292529
<div id="footer">
25302530
<div id="footer-text">
25312531
Version 0.9.3<br>
2532-
Last updated 2017-05-19 19:01:36 +02:00
2532+
Last updated 2019-04-15 14:41:19 +02:00
25332533
</div>
25342534
</div>
25352535
</body>

0 commit comments

Comments
 (0)