mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 18:52:09 +01:00
Fix a typo
This commit is contained in:
parent
4232c04655
commit
f15cfc45c1
@ -29,7 +29,7 @@
|
|||||||
* @title: GArrayList
|
* @title: GArrayList
|
||||||
* @short_description: Linked lists implemented as arrays.
|
* @short_description: Linked lists implemented as arrays.
|
||||||
*
|
*
|
||||||
* Sometimes, when building APIs we make mistakes about the undelrying
|
* Sometimes, when building APIs we make mistakes about the underlying
|
||||||
* data structure that should have been used. GArrayList is a data structure
|
* data structure that should have been used. GArrayList is a data structure
|
||||||
* that allows read-only compatability with #GList but is implemented as an
|
* that allows read-only compatability with #GList but is implemented as an
|
||||||
* array underneath. This means fast forward and backward iteration using
|
* array underneath. This means fast forward and backward iteration using
|
||||||
|
Loading…
x
Reference in New Issue
Block a user