diff options
| author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2017-07-23 22:06:16 +0700 |
|---|---|---|
| committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2017-07-23 22:48:01 +0700 |
| commit | 539df8121bf799526bcb36a1613ac3fd3e255a61 (patch) | |
| tree | c5296aa81a268ca4ffbab4db99ce27aa5eb981da /src/test/parse-fail | |
| parent | 3cf2c04c799024bbec8e7b7187c2e8d39ace77b6 (diff) | |
Fix some doc/comment typos.
Diffstat (limited to 'src/test/parse-fail')
| -rw-r--r-- | src/test/parse-fail/default.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/parse-fail/default.rs b/src/test/parse-fail/default.rs index d18401e6764..6c3bc45d34a 100644 --- a/src/test/parse-fail/default.rs +++ b/src/test/parse-fail/default.rs @@ -10,7 +10,7 @@ // compile-flags: -Z parse-only -// Test successful and unsucessful parsing of the `default` contextual keyword +// Test successful and unsuccessful parsing of the `default` contextual keyword trait Foo { fn foo<T: Default>() -> T; |
