summaryrefslogtreecommitdiff
path: root/01-15.md
diff options
context:
space:
mode:
Diffstat (limited to '01-15.md')
-rw-r--r--01-15.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/01-15.md b/01-15.md
index a23c3b5..31e93f9 100644
--- a/01-15.md
+++ b/01-15.md
@@ -94,7 +94,7 @@ real_info.character = 'A';
```
p->number = 2;
-0->character = 'B';
+p->character = 'B';
p->array[0] = 3;
```