Skip to content

Commit 7021a90

Browse files
authored
Fix typo (#41)
1 parent 7af6762 commit 7021a90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/drop-flags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ x = Box::new(0); // x は初期化されていない状態なので
104104
However code like this *requires* runtime information to correctly Drop:
105105
-->
106106

107-
しかしながら以下のようなコードでは、正しくドロップするために実行時に情報が必要となります
107+
しかしながら以下のようなコードでは、正しくドロップするために実行時の情報が必要となります
108108

109109
```rust
110110
# let condition = true;

0 commit comments

Comments
 (0)