summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorloshprung <lshprung@scu.edu>2020-01-16 13:22:34 -0800
committerloshprung <lshprung@scu.edu>2020-01-16 13:22:34 -0800
commit36d673858c24bc7f85cb6b9952397649df5dca15 (patch)
treebad46b4361c50239be716f49dbc2c9b874a5c9f9
parent882ae24f13b65c8401d7ef943914ba2c29dde99a (diff)
Fixed small typo
-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;
```