From 499ec684c631031a7d733b214e868caaa81fd405 Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Wed, 6 Apr 2022 02:07:49 +0900 Subject: [PATCH] Replace `C` with C/C++ Follow up https://github.com/rust-lang/rust-by-example/pull/1527. --- src/flow_control/match/destructuring/destructure_pointers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/flow_control/match/destructuring/destructure_pointers.md b/src/flow_control/match/destructuring/destructure_pointers.md index 549e8bfb..068fb275 100644 --- a/src/flow_control/match/destructuring/destructure_pointers.md +++ b/src/flow_control/match/destructuring/destructure_pointers.md @@ -6,9 +6,9 @@ -Rustのポインタは、`C`のポインタとは異なる概念なので、デストラクトとデリファレンスを同じようなやり方で扱うことはできない +Rustのポインタは、C/C++のポインタとは異なる概念なので、デストラクトとデリファレンスを同じようなやり方で扱うことはできない