Skip to content

Commit f2f9991

Browse files
Merge pull request #8180 from dwijnand/patch-2
docs: Fix a typo in motivation.md
2 parents 2ced64f + 2a90f46 commit f2f9991

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/docs/reference/contextual/motivation-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The following pages introduce a redesign of contextual abstractions in Scala. Th
4949

5050
1. [Given Instances](./givens.md) are a new way to define basic terms that can be synthesized. 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

52-
2. [Using Clauses](./context-parameters.md) define are a new syntax for implicit _parameters_ and their _arguments_. It unambiguously aligns parameters and arguments, solving a number of language warts. It also allows us to have several with clauses in a definition.
52+
2. [Using Clauses](./context-parameters.md) are a new syntax for implicit _parameters_ and their _arguments_. It unambiguously aligns parameters and arguments, solving a number of language warts. It also allows us to have several `using` clauses in a definition.
5353

5454
3. ["Given" Imports](./given-imports.md) are a new class of import selectors that specifically import
5555
givens and nothing else.

docs/docs/reference/contextual/motivation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "Overview"
44
---
55

66
**Note** The syntax described in this section is currently under revision.
7-
[Here is the new version which will be implemented in Dotty 0.22](./motovation-new.html).
7+
[Here is the new version which will be implemented in Dotty 0.22](./motivation-new.html).
88

99
### Critique of the Status Quo
1010

0 commit comments

Comments
 (0)