You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2023/04/16 14:36:56 UTC

[doris] branch master updated: [Fix][Docs]: from ARRAY\ to ARRAY(#18713)

This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 0788ff115c [Fix][Docs]: from ARRAY\<T\> to ARRAY<T>(#18713)
0788ff115c is described below

commit 0788ff115c41ea017d2b4f26a6d3b5623c3fe9a9
Author: Jake-00 <60...@users.noreply.github.com>
AuthorDate: Sun Apr 16 22:36:48 2023 +0800

    [Fix][Docs]: from ARRAY\<T\> to ARRAY<T>(#18713)
---
 docs/en/docs/sql-manual/sql-reference/Data-Types/ARRAY.md    | 2 +-
 docs/zh-CN/docs/sql-manual/sql-reference/Data-Types/ARRAY.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en/docs/sql-manual/sql-reference/Data-Types/ARRAY.md b/docs/en/docs/sql-manual/sql-reference/Data-Types/ARRAY.md
index a583d3508d..bcba98d80f 100644
--- a/docs/en/docs/sql-manual/sql-reference/Data-Types/ARRAY.md
+++ b/docs/en/docs/sql-manual/sql-reference/Data-Types/ARRAY.md
@@ -34,7 +34,7 @@ ARRAY
 
 ### description
 
-`ARRAY\<T\>`
+`ARRAY<T>`
 
 An array of T-type items, it cannot be used as a key column. Now ARRAY can only used in Duplicate Model Tables.
 
diff --git a/docs/zh-CN/docs/sql-manual/sql-reference/Data-Types/ARRAY.md b/docs/zh-CN/docs/sql-manual/sql-reference/Data-Types/ARRAY.md
index 91596753ae..87d3d842c9 100644
--- a/docs/zh-CN/docs/sql-manual/sql-reference/Data-Types/ARRAY.md
+++ b/docs/zh-CN/docs/sql-manual/sql-reference/Data-Types/ARRAY.md
@@ -36,7 +36,7 @@ ARRAY
 
 ### description
 
-`ARRAY\<T\>`
+`ARRAY<T>`
 
 由T类型元素组成的数组,不能作为key列使用。目前支持在Duplicate模型的表中使用。
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org