Skip to content

Commit ec8c05b

Browse files
authored
Merge pull request #6358 from dotty-staging/add-implied-motivation
One more tweak
2 parents a8c8132 + f9f3d45 commit ec8c05b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/contextual/motivation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Existing Scala programmers by and large have gotten used to the status quo and s
4545

4646
### The New Design
4747

48-
The following pages introduce a redesign of contextual abstractions in Scala. They introduce four fundamental new constructs:
48+
The following pages introduce a redesign of contextual abstractions in Scala. They introduce four fundamental changes:
4949

5050
1. [Implied Instances](./instance-defs.html) are a new way to define inferable terms. They replace implicit definitions. The core principle of the proposal is that, rather than mixing the `implicit` modifier with a large number of features, we have a single way to define terms that can be synthesized for types.
5151

0 commit comments

Comments
 (0)