Skip to content

Commit 426a4ec

Browse files
authored
Merge pull request #1518 from gmal1/patch-1
Edit sentence for clarity
2 parents d5fd59d + aecda4c commit 426a4ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_tour/tour-of-scala.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Scala is also a functional language in the sense that [every function is a value
3232
Furthermore, Scala's notion of pattern matching naturally extends to the [processing of XML data](https://github.com/scala/scala-xml/wiki/XML-Processing) with the help of [right-ignoring sequence patterns](regular-expression-patterns.html), by way of general extension via [extractor objects](extractor-objects.html). In this context, [for comprehensions](for-comprehensions.html) are useful for formulating queries. These features make Scala ideal for developing applications like web services.
3333

3434
## Scala is statically typed ##
35-
Scala is equipped with an expressive type system that enforces at compile-time that abstractions are used in a safe and coherent manner. In particular, the type system supports:
35+
Scala's expressive type system enforces, at compile-time, that abstractions are used in a safe and coherent manner. In particular, the type system supports:
3636

3737
* [generic classes](generic-classes.html)
3838
* [variance annotations](variances.html)

0 commit comments

Comments
 (0)