[vector] Adjust comment

This commit is contained in:
Behdad Esfahbod 2022-11-21 12:09:24 -07:00
parent e82a3c69dd
commit 7cc79a8a86
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ struct hb_vector_t
operator iter_t () const { return iter (); }
operator writer_t () { return writer (); }
/* Faster range-based for loop without bounds-check. */
/* Faster range-based for loop without constructing an hb_array_t. */
Type *begin () const { return arrayZ; }
Type *end () const { return arrayZ + length; }