diff options
author | loshprung <lshprung@scu.edu> | 2020-01-16 13:22:34 -0800 |
---|---|---|
committer | loshprung <lshprung@scu.edu> | 2020-01-16 13:22:34 -0800 |
commit | 36d673858c24bc7f85cb6b9952397649df5dca15 (patch) | |
tree | bad46b4361c50239be716f49dbc2c9b874a5c9f9 /01-15.md | |
parent | 882ae24f13b65c8401d7ef943914ba2c29dde99a (diff) |
Fixed small typo
Diffstat (limited to '01-15.md')
-rw-r--r-- | 01-15.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -94,7 +94,7 @@ real_info.character = 'A'; ``` p->number = 2; -0->character = 'B'; +p->character = 'B'; p->array[0] = 3; ``` |