Skip to content

Commit 12ce6f6

Browse files
authored
Fix typo in E0793
1 parent a1eceec commit 12ce6f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • compiler/rustc_error_codes/src/error_codes

compiler/rustc_error_codes/src/error_codes/E0793.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
An unaligned references to a field of a [packed] struct got created.
1+
An unaligned reference to a field of a [packed] struct got created.
22

33
Erroneous code example:
44

0 commit comments

Comments
 (0)