Skip to content

Commit d9fe335

Browse files
committed
Modified L1247 of src/libsyntax/ast.rs
1 parent f0f7ca2 commit d9fe335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/ast.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1244,7 +1244,7 @@ pub struct BareFnTy {
12441244
/// The different kinds of types recognized by the compiler
12451245
pub enum Ty_ {
12461246
TyVec(P<Ty>),
1247-
/// A fixed length array (`[T, ..n]`)
1247+
/// A fixed length array (`[T; n]`)
12481248
TyFixedLengthVec(P<Ty>, P<Expr>),
12491249
/// A raw pointer (`*const T` or `*mut T`)
12501250
TyPtr(MutTy),

0 commit comments

Comments
 (0)