Skip to content

Commit 0d90612

Browse files
committed
Refactor changes
1 parent 28fe986 commit 0d90612

File tree

1 file changed

+3
-3
lines changed
  • src/librustc_error_codes/error_codes

1 file changed

+3
-3
lines changed

src/librustc_error_codes/error_codes/E0703.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ extern "invalid" fn foo() {} // error!
88
# fn main() {}
99
```
1010

11-
At present there the few predefined ABI's (like Rust, C, system, etc.)
12-
which we can use in our Rust code. Please verify the ABI from the
13-
given ABI. For example you can replace the given ABI from 'Rust'.
11+
At present few predefined ABI's (like Rust, C, system, etc.) can be
12+
used in Rust. Verify that the ABI is predefined. For example you can
13+
replace the given ABI from 'Rust'.
1414

1515
```
1616
extern "Rust" fn foo() {} // ok!

0 commit comments

Comments
 (0)