We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d04cf58 + 31bac1d commit d8ee78eCopy full SHA for d8ee78e
src/main/scala/scalatutorial/sections/StandardLibrary.scala
@@ -267,7 +267,7 @@ object StandardLibrary extends ScalaTutorialSection {
267
* === Manipulating `Either[A, B]` Values ===
268
*
269
* Since Scala 2.12, `Either` has `map` and `flatMap`. These methods
270
- * transform the `Right` case only. Way say that `Either` is “right biased”:
+ * transform the `Right` case only. We say that `Either` is “right biased”:
271
272
* {{{
273
* Right(1).map((x: Int) => x + 1) shouldBe Right(2)
0 commit comments