Skip to content

Commit f92c799

Browse files
committed
Replace C with C/C++
This looks like a constant `C` because it is highlighted in backticks. This PR will clarify it by removing the backticks and replacing it with C/C++.
1 parent ec954f3 commit f92c799

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)