Skip to content

Commit cc5e5cc

Browse files
authored
fix: correct grammar errors in schema.h comment (#454)
- Fix typo: 'wil' -> 'will' - Fix grammar: 'a structs' -> 'a struct' - Fix verb agreement: 'value include' -> 'value includes'
1 parent ff8eea9 commit cc5e5cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iceberg/schema.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class ICEBERG_EXPORT Schema : public StructType {
7979
/// Short names for maps and lists are included for any name that does not conflict with
8080
/// a canonical name. For example, a list, 'l', of structs with field 'x' will produce
8181
/// short name 'l.x' in addition to canonical name 'l.element.x'. A map 'm', if its
82-
/// value include a structs with field 'x' wil produce short name 'm.x' in addition to
82+
/// value includes a struct with field 'x' will produce short name 'm.x' in addition to
8383
/// canonical name 'm.value.x'.
8484
/// FIXME: Currently only handles ASCII lowercase conversion; extend to support
8585
/// non-ASCII characters (e.g., using std::towlower or ICU)

0 commit comments

Comments
 (0)