Skip to content

Commit 4bd1848

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 2e727ea + 64ccd29 commit 4bd1848

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

text/0195-associated-items.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ know the concrete type of the value returned from the function -- here, `MyNode`
733733
## Scoping of `trait` and `impl` items
734734

735735
Associated types are frequently referred to in the signatures of a trait's
736-
methods and associated functions, and it is natural and convneient to refer to
736+
methods and associated functions, and it is natural and convenient to refer to
737737
them directly.
738738

739739
In other words, writing this:
@@ -1076,7 +1076,7 @@ coherence property above, there can be at most one.
10761076

10771077
On the other hand, even if there is only one applicable `impl`, type inference
10781078
is *not* allowed to infer the input type parameters from it. This restriction
1079-
makes it possible to ensure *crate concatentation*: adding another crate may add
1079+
makes it possible to ensure *crate concatenation*: adding another crate may add
10801080
`impl`s for a given trait, and if type inference depended on the absence of such
10811081
`impl`s, importing a crate could break existing code.
10821082

0 commit comments

Comments
 (0)