Skip to content

Commit

Permalink
Merge pull request #90 from TAKOYAKING8/fix_scope_move
Browse files Browse the repository at this point in the history
fix typo of "scope/move"
  • Loading branch information
dalance committed Sep 15, 2021
2 parents 5ba723b + 1eb3115 commit 0e84eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scope/move.md
Expand Up @@ -76,7 +76,7 @@ fn main() {
// Since the heap memory has been freed at this point, this action would
// result in dereferencing freed memory, but it's forbidden by the compiler
// Error! Same reason as the previous Error
// この時点でヒープメモリ上の資源は開放されているので、次の操作は解放
// この時点でヒープメモリ上の資源は開放されているので、次の操作は
// 解放済みメモリをデリファレンスすることになる。しかしそれはコンパイラが許さない。
// エラー! 上述の理由より
//println!("b contains: {}", b);
Expand Down

0 comments on commit 0e84eff

Please sign in to comment.