Skip to content

Commit 1184ba4

Browse files
author
lorenzo
committed
fixed pointer reference
1 parent 9846295 commit 1184ba4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Language/Structure/Pointer Access Operators/dereference.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "&"
3-
title_expanded_expanded: dereference operator
2+
title: "*"
3+
title_expanded: dereference operator
44
categories: [ "Structure" ]
55
subCategories: [ "Pointer Access Operators" ]
66
---

Language/Structure/Pointer Access Operators/reference.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "*"
2+
title: "&"
33
title_expanded: reference
44
categories: [ "Structure" ]
55
subCategories: [ "Pointer Access Operators" ]

0 commit comments

Comments
 (0)