Skip to content

Commit e366c50

Browse files
Fix typo
Co-authored-by: Travis Cross <[email protected]>
1 parent 5229770 commit e366c50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/3806-align-attr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ precedes `mut`, it should precede `ref`/`ref mut` also.
489489

490490
I believe the the correct time to resolve this question will be when we decide
491491
on a syntax for combining `ref`/`ref mut` with `mut`. If we choose a syntax that
492-
make it clear that these are distinct elements:
492+
makes it clear that these are distinct elements:
493493

494494
```rust
495495
let ref (mut x) = …;

0 commit comments

Comments
 (0)