From dbf0964a0ff2fd36730c4179ab7ec7e8f0bd11cb Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 4 Jan 2023 13:17:14 -0700 Subject: [PATCH] [map] Doc --- src/hb-map.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/hb-map.cc b/src/hb-map.cc index dec429a46..71cff4dba 100644 --- a/src/hb-map.cc +++ b/src/hb-map.cc @@ -354,6 +354,8 @@ hb_map_hash (const hb_map_t *map) * * If the map is modified during iteration, the behavior is undefined. * + * The order in which the key/values are returned is undefined. + * * Return value: `true` if there was a next value, `false` otherwise * * Since: REPLACEME