File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ overcome with the `where` syntax:
49
49
50
50
- ** It does not work well with associated types.** This is because
51
51
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
53
53
purpose.
54
54
55
55
- ** 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,
251
251
but it is [ well documented] [ comparison ] that our current design, in
252
252
which type parameters decorate traits, does not scale particularly
253
253
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
255
255
respect to Rust in particular.)
256
256
257
257
The high-level summary of associated types is that we can replace
You can’t perform that action at this time.
0 commit comments