We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff8eea9 commit cc5e5ccCopy full SHA for cc5e5cc
src/iceberg/schema.h
@@ -79,7 +79,7 @@ class ICEBERG_EXPORT Schema : public StructType {
79
/// Short names for maps and lists are included for any name that does not conflict with
80
/// a canonical name. For example, a list, 'l', of structs with field 'x' will produce
81
/// 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
+ /// value includes a struct with field 'x' will produce short name 'm.x' in addition to
83
/// canonical name 'm.value.x'.
84
/// FIXME: Currently only handles ASCII lowercase conversion; extend to support
85
/// non-ASCII characters (e.g., using std::towlower or ICU)
0 commit comments