Skip to content

Commit f800c7f

Browse files
authored
Merge pull request #2393 from satendrakumar/patch-1
typo correction
2 parents da2e086 + 65d72de commit f800c7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/scala3-book/ca-contextual-abstractions-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ While these concepts were gradually “discovered” in Scala 2, they’re now w
3636
The design of Scala 3 focuses on **intent** rather than **mechanism**.
3737
Instead of offering one very powerful feature of implicits, Scala 3 offers several use-case oriented features:
3838

39-
- **Abtracting over contextual information**.
39+
- **Abstracting over contextual information**.
4040
[Using clauses][givens] allow programmers to abstract over information that is available in the calling context and should be passed implicitly.
4141
As an improvement over Scala 2 implicits, using clauses can be specified by type, freeing function signatures from term variable names that are never explicitly referred to.
4242

0 commit comments

Comments
 (0)