Skip to content

Commit bc31dba

Browse files
committed
Merge pull request #1107 from mdinger/patch-2
typos
2 parents 92bc7a3 + 6e4029d commit bc31dba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

text/0135-where.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ overcome with the `where` syntax:
4949

5050
- **It does not work well with associated types.** This is because
5151
there is no space to specify the value of an associated type. Other
52-
languages use `where` clauses (or something analagous) for this
52+
languages use `where` clauses (or something analogous) for this
5353
purpose.
5454

5555
- **It's just plain hard to read.** Experience has shown that as the
@@ -251,7 +251,7 @@ It is unclear exactly what form associated types will have in Rust,
251251
but it is [well documented][comparison] that our current design, in
252252
which type parameters decorate traits, does not scale particularly
253253
well. (For curious readers, there are [several][part1] [blog][part2]
254-
[posts][pnkfelix] exporing the design space of associated types with
254+
[posts][pnkfelix] exploring the design space of associated types with
255255
respect to Rust in particular.)
256256

257257
The high-level summary of associated types is that we can replace

0 commit comments

Comments
 (0)