Yingyi Bu has uploaded a new change for review.
https://asterix-gerrit.ics.uci.edu/1625
Change subject: Fix typos in docs.
......................................................................
Fix typos in docs.
Change-Id: I8c1fbf964295cb18c603b618cb89c4e1e20b9ea7
---
M asterixdb/asterix-doc/src/main/markdown/sqlpp/0_toc.md
M asterixdb/asterix-doc/src/main/markdown/sqlpp/3_query.md
2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb
refs/changes/25/1625/1
diff --git a/asterixdb/asterix-doc/src/main/markdown/sqlpp/0_toc.md
b/asterixdb/asterix-doc/src/main/markdown/sqlpp/0_toc.md
index cdb2a1e..49bb96e 100644
--- a/asterixdb/asterix-doc/src/main/markdown/sqlpp/0_toc.md
+++ b/asterixdb/asterix-doc/src/main/markdown/sqlpp/0_toc.md
@@ -43,7 +43,7 @@
* [Select *](#Select_star)
* [Select Distinct](#Select_distinct)
* [Unnamed Projections](#Unnamed_projections)
- * [Abbreviatory Field Access
Expressions](#Abbreviatory_field_access_expressions)
+ * [Abbreviated Field Access
Expressions](#Abbreviated_field_access_expressions)
* [UNNEST Clauses](#Unnest_clauses)
* [Inner Unnests](#Inner_unnests)
* [Left Outer Unnests](#Left_outer_unnests)
diff --git a/asterixdb/asterix-doc/src/main/markdown/sqlpp/3_query.md
b/asterixdb/asterix-doc/src/main/markdown/sqlpp/3_query.md
index 78620a4..638868f 100644
--- a/asterixdb/asterix-doc/src/main/markdown/sqlpp/3_query.md
+++ b/asterixdb/asterix-doc/src/main/markdown/sqlpp/3_query.md
@@ -446,7 +446,7 @@
In the result, `$1` is the generated name for `substr(user.name, 1)`, while
`alias` is the generated name for `user.alias`.
-### <a id="Abbreviatory_field_access_expressions">Abbreviated Field Access
Expressions</a>
+### <a id="Abbreviated_field_access_expressions">Abbreviated Field Access
Expressions</a>
As in standard SQL, SQL++ field access expressions can be abbreviated (not
recommended) when there is no ambiguity. In the next example, the variable
`user` is the only possible variable reference for fields `id`, `name` and
`alias` and thus could be omitted in the query.
##### Example
--
To view, visit https://asterix-gerrit.ics.uci.edu/1625
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I8c1fbf964295cb18c603b618cb89c4e1e20b9ea7
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: master
Gerrit-Owner: Yingyi Bu <[email protected]>