* c.texi (Arrays as Parameters): Fix a typo, missing 's.'
This commit is contained in:
parent
c677be889b
commit
ad8a70ed75
2
c.texi
2
c.texi
|
@ -10417,7 +10417,7 @@ check for calls in the same compilation module.
|
|||
|
||||
@node Arrays as Parameters
|
||||
@subsection Arrays as Parameters
|
||||
@cindex array as parameters
|
||||
@cindex arrays as parameters
|
||||
@cindex functions with array parameters
|
||||
|
||||
Arrays in C are not first-class objects: it is impossible to copy
|
||||
|
|
Loading…
Reference in New Issue