File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ pub struct TraitDef {
26
26
27
27
/// If `true`, then this trait had the `#[rustc_paren_sugar]`
28
28
/// attribute, indicating that it should be used with `Foo()`
29
- /// sugar. This is a temporary thing -- eventually any trait wil
29
+ /// sugar. This is a temporary thing -- eventually any trait will
30
30
/// be usable with the sugar (or without it).
31
31
pub paren_sugar : bool ,
32
32
Original file line number Diff line number Diff line change @@ -904,7 +904,7 @@ fn print_flag_list<T>(cmdline_opt: &str,
904
904
/// should continue, returns a getopts::Matches object parsed from args,
905
905
/// otherwise returns None.
906
906
///
907
- /// The compiler's handling of options is a little complication as it ties into
907
+ /// The compiler's handling of options is a little complicated as it ties into
908
908
/// our stability story, and it's even *more* complicated by historical
909
909
/// accidents. The current intention of each compiler option is to have one of
910
910
/// three modes:
You can’t perform that action at this time.
0 commit comments