This is an automated email from the ASF dual-hosted git repository.
rubenql pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git
The following commit(s) were added to refs/heads/master by this push:
new 59a195f Fix grammatical errors in documentation (Geetha Rangaswamaiah)
59a195f is described below
commit 59a195f1a566e6724acc8bda246faf2f4ad89dae
Author: Geetha Rangaswamaiah <[email protected]>
AuthorDate: Thu Nov 5 10:34:20 2020 +0530
Fix grammatical errors in documentation (Geetha Rangaswamaiah)
---
site/_docs/adapter.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/site/_docs/adapter.md b/site/_docs/adapter.md
index 0b85916..bb2a14d 100644
--- a/site/_docs/adapter.md
+++ b/site/_docs/adapter.md
@@ -237,7 +237,7 @@ They are straightforward to write (you just write a Java
class and register it
in your schema) but do not offer much flexibility in the number and type of
arguments, resolving overloaded functions, or deriving the return type.
-It you want that flexibility, you probably need to write you a
+If you want that flexibility, you probably need to write a
*user-defined operator*
(see [<code>interface SqlOperator</code>]({{ site.apiRoot
}}/org/apache/calcite/sql/SqlOperator.html)).