Skip to content

Commit 56918e5

Browse files
author
@ßd€łw@ħ@ß
authored
remove confusing about lvalues term
1 parent 6eccce2 commit 56918e5

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 values, 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)