Skip to content

Commit ac12ab6

Browse files
kdnaktdalance
andauthored
Update src/unsafe/asm.md
Co-authored-by: dalance <dalance@gmail.com>
1 parent 6a13ac5 commit ac12ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unsafe/asm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ Rustコンパイラはオペランドの割り当てに保守的です。
241241
<!--
242242
Here is an example where `inlateout` *cannot* be used in `release` mode or other optimized cases:
243243
-->
244-
以下は、`release`モードやその他の最適化された場合に、`inout`を利用 *できない* 例です。
244+
以下は、`release`モードやその他の最適化された場合に、`inlateout`を利用 *できない* 例です。
245245

246246
```rust
247247
# #[cfg(target_arch = "x86_64")] {

0 commit comments

Comments
 (0)