[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/c7c94331 Tree: http://git-wip-us.apache.org/repos/asf/impala/tree/c7c94331 Diff: http://git-wip-us.apache.org/repos/asf/impala/diff/c7c94331 Branch: refs/heads/2.x Commit: c7c943316f32cdb65c3f3f776ea1296d3d871265 Parents: b018c5b Author: Alex Rodoni <[email protected]> Authored: Thu Apr 19 14:04:57 2018 -0700 Committer: Impala Public Jenkins <[email protected]> Committed: Fri Apr 20 20:17:57 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/c7c94331/docs/shared/impala_common.xml ---------------------------------------------------------------------- diff --git a/docs/shared/impala_common.xml b/docs/shared/impala_common.xml index 1d6ef1f..26d06df 100644 --- a/docs/shared/impala_common.xml +++ b/docs/shared/impala_common.xml @@ -1338,7 +1338,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>
