This is an automated email from the ASF dual-hosted git repository.
xiong pushed a commit to branch site
in repository https://gitbox.apache.org/repos/asf/calcite.git
The following commit(s) were added to refs/heads/site by this push:
new 664c4d3 Site: Fix typo in howto.md
664c4d3 is described below
commit 664c4d3f9b0ec03071df6fef44b32169a275ea49
Author: mans2singh <[email protected]>
AuthorDate: Wed Jan 5 19:41:56 2022 -0500
Site: Fix typo in howto.md
---
site/_docs/howto.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/site/_docs/howto.md b/site/_docs/howto.md
index 45d3e3a..ecc9d50 100644
--- a/site/_docs/howto.md
+++ b/site/_docs/howto.md
@@ -109,7 +109,7 @@ You can use `./gradlew assemble` to build the artifacts and
skip all tests and v
There are other options that control which tests are run, and in what
environment, as follows.
-* `-Dcalcite.test.db=DB` (where db is `h2`, `hsqldb`, `mysql`, or
`postgresql`) allows you
+* `-Dcalcite.test.db=DB` (where DB is `h2`, `hsqldb`, `mysql`, or
`postgresql`) allows you
to change the JDBC data source for the test suite. Calcite's test
suite requires a JDBC data source populated with the foodmart data
set.