This is an automated email from the ASF dual-hosted git repository.

gangwu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-cpp.git


The following commit(s) were added to refs/heads/main by this push:
     new cc5e5cc7 fix: correct grammar errors in schema.h comment (#454)
cc5e5cc7 is described below

commit cc5e5cc702eb6705a5d458ef45ca2752421f73c7
Author: Xinli Shang <[email protected]>
AuthorDate: Mon Dec 29 21:41:29 2025 -0800

    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'
---
 src/iceberg/schema.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/iceberg/schema.h b/src/iceberg/schema.h
index deda7e84..a2686c9f 100644
--- a/src/iceberg/schema.h
+++ b/src/iceberg/schema.h
@@ -79,7 +79,7 @@ class ICEBERG_EXPORT Schema : public StructType {
   /// Short names for maps and lists are included for any name that does not 
conflict with
   /// a canonical name. For example, a list, 'l', of structs with field 'x' 
will produce
   /// short name 'l.x' in addition to canonical name 'l.element.x'. A map 'm', 
if its
-  /// 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
   /// canonical name 'm.value.x'.
   /// FIXME: Currently only handles ASCII lowercase conversion; extend to 
support
   /// non-ASCII characters (e.g., using std::towlower or ICU)

Reply via email to