Skip to content

Commit

Permalink
Typo fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
janpgit committed Apr 21, 2024
1 parent 3894f19 commit 0dd9013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/explicit-type-conversion.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ printf("%d\n", *pi); // will print 99
printf("%d\n", *p); // dereferencing (void *), will error out when compiled
```
:wrench: Verify that a staticly allocated 2D array is stored in one piece of
:wrench: Verify that a staticaly allocated 2D array is stored in one piece of
memory, row by row.
Hint: you need to recast a 2D array to a 1D array, then print it as a
Expand Down

0 comments on commit 0dd9013

Please sign in to comment.