We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9846295 commit 1184ba4Copy full SHA for 1184ba4
Language/Structure/Pointer Access Operators/dereference.adoc
@@ -1,6 +1,6 @@
1
---
2
-title: "&"
3
-title_expanded_expanded: dereference operator
+title: "*"
+title_expanded: dereference operator
4
categories: [ "Structure" ]
5
subCategories: [ "Pointer Access Operators" ]
6
Language/Structure/Pointer Access Operators/reference.adoc
@@ -1,5 +1,5 @@
-title: "*"
+title: "&"
title_expanded: reference
0 commit comments