[DOCS] A typo fix introduced in impala-6748 Change-Id: Idb89c97d2cc470960b88f14f038252d1d46778d0 Reviewed-on: http://gerrit.cloudera.org:8080/10126 Reviewed-by: Alex Rodoni <[email protected]> Tested-by: Impala Public Jenkins <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/impala/repo Commit: http://git-wip-us.apache.org/repos/asf/impala/commit/abcc1356 Tree: http://git-wip-us.apache.org/repos/asf/impala/tree/abcc1356 Diff: http://git-wip-us.apache.org/repos/asf/impala/diff/abcc1356 Branch: refs/heads/master Commit: abcc1356ea38e63242d89fd20c269c6a684dc7a1 Parents: 48643a5 Author: Alex Rodoni <[email protected]> Authored: Thu Apr 19 14:04:57 2018 -0700 Committer: Impala Public Jenkins <[email protected]> Committed: Thu Apr 19 21:24:56 2018 +0000 ---------------------------------------------------------------------- docs/shared/impala_common.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/impala/blob/abcc1356/docs/shared/impala_common.xml ---------------------------------------------------------------------- diff --git a/docs/shared/impala_common.xml b/docs/shared/impala_common.xml index 75fceb0..6a2315a 100644 --- a/docs/shared/impala_common.xml +++ b/docs/shared/impala_common.xml @@ -1410,7 +1410,7 @@ drop database temp; </p> <p>Leading zeroes are not required in the numbers representing the date component, such as month and date, or the time component, such as - month, date, hour, minute, second. For example, Impala accepts both + hour, minute, and second. For example, Impala accepts both <codeph>"2018-1-1 01:02:03"</codeph> and <codeph>"2018-01-01 1:2:3"</codeph> as valid.</p>
