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

paleolimbot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-nanoarrow.git


The following commit(s) were added to refs/heads/main by this push:
     new 626e219d fix(docs): Fix typo in documentation for 
`ArrowSchemaSetTypeUnion()` (#432)
626e219d is described below

commit 626e219dac259ebf4109c8a4188ddbc6ce93cd4a
Author: Dirk Eddelbuettel <[email protected]>
AuthorDate: Wed Apr 17 10:36:16 2024 -0500

    fix(docs): Fix typo in documentation for `ArrowSchemaSetTypeUnion()` (#432)
    
    A pretty harmless typo in the docs header.
---
 src/nanoarrow/nanoarrow.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/nanoarrow/nanoarrow.h b/src/nanoarrow/nanoarrow.h
index ed07bfd7..57f9cc12 100644
--- a/src/nanoarrow/nanoarrow.h
+++ b/src/nanoarrow/nanoarrow.h
@@ -377,7 +377,7 @@ ArrowErrorCode ArrowSchemaSetTypeDateTime(struct 
ArrowSchema* schema, enum Arrow
                                           enum ArrowTimeUnit time_unit,
                                           const char* timezone);
 
-/// \brief Seet the format field of a union schema
+/// \brief Set the format field of a union schema
 ///
 /// Returns EINVAL for a type that is not NANOARROW_TYPE_DENSE_UNION
 /// or NANOARROW_TYPE_SPARSE_UNION. The specified number of children are

Reply via email to