This is an automated email from the ASF dual-hosted git repository.
vladimirsitnikov 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 fc5af78 Site: fix typo at the main page (Marc Prud'hommeaux)
fc5af78 is described below
commit fc5af78bf37a4a8b9e89c20e2a478fb4a95dbd4d
Author: Marc Prud'hommeaux <[email protected]>
AuthorDate: Sat Dec 15 21:00:27 2018 -0500
Site: fix typo at the main page (Marc Prud'hommeaux)
fixes #974
---
site/_docs/index.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/site/_docs/index.md b/site/_docs/index.md
index 71fd2ad..bbff998 100644
--- a/site/_docs/index.md
+++ b/site/_docs/index.md
@@ -72,7 +72,7 @@ completely empty until `ReflectiveSchema.create` registers a
Java
object as a schema and its collection fields `emps` and `depts` as
tables.
-Calcite does not want to own data; it does not even have favorite data
+Calcite does not want to own data; it does not even have a favorite data
format. This example used in-memory data sets, and processed them
using operators such as `groupBy` and `join` from the linq4j
library. But Calcite can also process data in other data formats, such