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

maplefu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-format.git


The following commit(s) were added to refs/heads/master by this push:
     new 730ab5d  typo: LogicalTypes.md -- s/is used to for/is used for/ (#467)
730ab5d is described below

commit 730ab5de028a1e5aa2eb7537ed753cf3b2083200
Author: Alex Kesling <[email protected]>
AuthorDate: Sun Nov 3 22:27:09 2024 -0500

    typo: LogicalTypes.md -- s/is used to for/is used for/ (#467)
---
 LogicalTypes.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/LogicalTypes.md b/LogicalTypes.md
index b55a908..1b7d5c2 100644
--- a/LogicalTypes.md
+++ b/LogicalTypes.md
@@ -260,7 +260,7 @@ The sort order for `FLOAT16` is signed (with special 
handling of NANs and signed
 
 ### DATE
 
-`DATE` is used to for a logical date type, without a time of day. It must
+`DATE` is used for a logical date type, without a time of day. It must
 annotate an `int32` that stores the number of days from the Unix epoch, 1
 January 1970.
 

Reply via email to