diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2015-03-19 06:09:43 +0530 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2015-03-19 08:49:36 +0530 |
| commit | 288acc755f46e27afd29aa7b74d89e2904382b82 (patch) | |
| tree | 3a6e934d524c254199927e4967a7466d0e2eb5a7 /src | |
| parent | 34378657ef7dfd368c2ccdd82769b0714f63bfe3 (diff) | |
| parent | 835c9bbbf049de2b6b37b3f2cf14b44de21c2ec5 (diff) | |
| download | rust-288acc755f46e27afd29aa7b74d89e2904382b82.tar.gz rust-288acc755f46e27afd29aa7b74d89e2904382b82.zip | |
Rollup merge of #23494 - mdinger:patch-1, r=steveklabnik
Typo
Diffstat (limited to 'src')
| -rw-r--r-- | src/libsyntax/ast.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/ast.rs b/src/libsyntax/ast.rs index 5c275715352..5a32045db4a 100644 --- a/src/libsyntax/ast.rs +++ b/src/libsyntax/ast.rs @@ -1155,7 +1155,7 @@ pub enum Lit_ { LitByte(u8), /// A character literal (`'a'`) LitChar(char), - /// An integer liteal (`1u8`) + /// An integer literal (`1u8`) LitInt(u64, LitIntType), /// A float literal (`1f64` or `1E10f64`) LitFloat(InternedString, FloatTy), |
