Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
janpgit committed Apr 21, 2024
1 parent c2048e0 commit fb45511
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/pointer-to-pointer.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ ppa | a | pb | b | ? :
#source ptr-ptr-array.c
Example output:
Example output:
```
$ ./a.out
Expand Down Expand Up @@ -113,6 +113,7 @@ https://unixpapa.com/incnote/pam.html:
The situation when one prompt is passed only is similar to what happens when the
function `first`() in
#source ptr-ptr-array.c
is called for `ppa` and `ppb`: we see `42` in both cases (element `[0][0]`).
The problem manifests itself when we have and need to reference more than one
Expand Down

0 comments on commit fb45511

Please sign in to comment.