Skip to content

Commit c2372f1

Browse files
authored
Rollup merge of #70715 - awh6al:patch-1, r=Dylan-DPC
Fix typo in operands section
2 parents 17f204f + 56918e5 commit c2372f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/unstable-book/src/library-features/llvm-asm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ llvm_asm!("xor %eax, %eax" ::: "eax");
8686

8787
Input and output operands follow the same format: `:
8888
"constraints1"(expr1), "constraints2"(expr2), ..."`. Output operand
89-
expressions must be mutable lvalues, or not yet assigned:
89+
expressions must be mutable place, or not yet assigned:
9090

9191
```rust
9292
# #![feature(llvm_asm)]

0 commit comments

Comments
 (0)