Skip to content

Commit b90e960

Browse files
robstollb-studios
andcommitted
Update _overviews/scala3-book/scala-features.md
Co-authored-by: Jonathan <[email protected]>
1 parent d84a0ed commit b90e960

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

_overviews/scala3-book/scala-features.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Because Scala is considered to be a [strong, statically-typed language](https://
136136
- Method type declarations tell readers what the method does, and help serve as documentation
137137
- Types make your code easier to maintain
138138
- Scalability: types help ensure correctness across arbitrarily large applications and development teams
139-
- Strong typing in combination with excellent inference enables mechanisms like [contextual abstraction]({{ site.scala3ref }}/contextual/motivation.html) that allows you to omit boilerplate code which can be inferred by the compiler based on type definitions and a given context (e.g. method arguments for implicit parameters).
139+
- Strong typing in combination with excellent inference enables mechanisms like [contextual abstraction]({{ site.scala3ref }}/contextual/motivation.html) that allows you to omit boilerplate code. Often, this boilerplate code can be inferred by the compiler, based on type definitions and a given context (e.g. method arguments for implicit parameters).
140140

141141
{% comment %}
142142
In that list:
@@ -502,4 +502,3 @@ As this page shows, Scala has many terrific programming language features at a h
502502

503503

504504

505-

0 commit comments

Comments
 (0)