mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-21 16:38:54 +02:00
docs: Use ‘look up’ as a verb, rather than the noun ‘lookup’
Another niggle fixed. Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
@@ -827,7 +827,7 @@ g_sequence_search (GSequence *seq,
|
||||
/**
|
||||
* g_sequence_lookup:
|
||||
* @seq: a #GSequence
|
||||
* @data: data to lookup
|
||||
* @data: data to look up
|
||||
* @cmp_func: the function used to compare items in the sequence
|
||||
* @cmp_data: user data passed to @cmp_func
|
||||
*
|
||||
@@ -1115,7 +1115,7 @@ g_sequence_search_iter (GSequence *seq,
|
||||
/**
|
||||
* g_sequence_lookup_iter:
|
||||
* @seq: a #GSequence
|
||||
* @data: data to lookup
|
||||
* @data: data to look up
|
||||
* @iter_cmp: the function used to compare iterators in the sequence
|
||||
* @cmp_data: user data passed to @iter_cmp
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user