mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-31 21:20:33 +00:00
[plist] Fix a typo in a comment
This commit is contained in:
parent
d5b93c20b3
commit
9706d2d9ce
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ const char *PL_KeyAtIndex (const plitem_t *dict, int index) __attribute__((pure)
|
||||||
\param array The array to get the value from
|
\param array The array to get the value from
|
||||||
\param index The index within the array to retrieve
|
\param index The index within the array to retrieve
|
||||||
\return the value at the specified index, or NULL if \a index is out of
|
\return the value at the specified index, or NULL if \a index is out of
|
||||||
range or \a array is not an array (includes in \a array is null).
|
range or \a array is not an array (includes if \a array is null).
|
||||||
\note You are NOT responsible for freeing the returned object. It will
|
\note You are NOT responsible for freeing the returned object. It will
|
||||||
be destroyed when its container is.
|
be destroyed when its container is.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue