Skip to content

Commit 2c3401c

Browse files
authored
Merge pull request #1527 from koic/replace_c_with_c_cpp
Replace `C` with C/C++
2 parents ec954f3 + f92c799 commit 2c3401c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flow_control/match/destructuring/destructure_pointers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
For pointers, a distinction needs to be made between destructuring
44
and dereferencing as they are different concepts which are used
5-
differently from a language like `C`.
5+
differently from languages like C/C++.
66

77
* Dereferencing uses `*`
88
* Destructuring uses `&`, `ref`, and `ref mut`

0 commit comments

Comments
 (0)