8000 [doc] small improvements · aresen/docs.scala-lang@c450b9d · GitHub
[go: up one dir, main page]

Skip to content

Commit c450b9d

Browse files
authored
[doc] small improvements
IMO better to write out `'ll` because english beginners sometimes struggle with it
1 parent c507bcc commit c450b9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_overviews/scala3-book/why-scala-3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ They represented _the_ fundamental way to abstract over context, with a unified
156156
- Dependency injection
157157
- Expressing capabilities
158158

159-
Since then other languages have adopted similar concepts, all of which are variants of the core idea of _term inference_: Given a type, the compiler synthesizes a “canonical” term that has that type.
159+
Since then, other languages have adopted similar concepts, all of which are variants of the core idea of _term inference_: Given a type, the compiler synthesizes a “canonical” term that has that type.
160160

161161
While implicits were a defining feature in Scala 2, their design has been greatly improved in Scala 3:
162162

@@ -218,7 +218,7 @@ In addition to those tools, the [Scala Native](https://github.com/scala-native/s
218218

219219
## 7) Standard library methods
220220

221-
Because you’ll rarely ever need to write a custom `for` loop again, the dozens of pre-built functional methods in the Scala standard library will both save you time, and help make code more consistent across different applications.
221+
You will rarely ever need to write a custom `for` loop again, because the dozens of pre-built functional methods in the Scala standard library will both save you time, and help make code more consistent across different applications.
222222

223223
The following examples show some of the built-in collections methods, and there are many in addition to these.
224224
While these all use the `List` class, the same methods work with other collections classes like `Seq`, `Vector`, `LazyList`, `Set`, `Map`, `Array`, and `ArrayBuffer`.

0 commit comments

Comments
 (0)
0