Skip to content

Commit ab51075

Browse files
authored
fix typo (#1404)
1 parent 95a4110 commit ab51075

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs-2.0/2.quick-start/4.nebula-graph-crud.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
!!! compatibility
3333

34-
从 3.0 版本开始,在配置文件中添加的 Storage 节点无法直接读写,配置文件的作用仅仅是将 Storage 节点注册至 Meta 服务中。必须使用`ADD HOSTS`命令后,才能正常读写 Storage 节点。
34+
从 3.0.0 版本开始,在配置文件中添加的 Storage 节点无法直接读写,配置文件的作用仅仅是将 Storage 节点注册至 Meta 服务中。必须使用`ADD HOSTS`命令后,才能正常读写 Storage 节点。
3535

3636
```ngql
3737
ADD HOSTS <ip>:<port> [,<ip>:<port> ...] [INTO NEW ZONE "<new_zone_name>"];

docs-2.0/20.appendix/0.FAQ.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@ Nebula Graph {{ nebula.release }} 的数据模型中,由于设计允许图中
7171

7272
### 如何处理错误信息 `SemanticError: Missing yield clause.`
7373

74-
从 Nebula Graph 3.0 开始,查询语句`LOOKUP``GO``FETCH`必须用`YIELD`子句指定输出结果。详情请参见[YIELD](../3.ngql-guide/8.clauses-and-options/yield.md)
74+
从 Nebula Graph 3.0.0 开始,查询语句`LOOKUP``GO``FETCH`必须用`YIELD`子句指定输出结果。详情请参见[YIELD](../3.ngql-guide/8.clauses-and-options/yield.md)
7575

7676
### 如何处理错误信息 `Zone not enough!`
7777

78-
从 3.0 版本开始,在配置文件中添加的 Storage 节点无法直接读写,配置文件的作用仅仅是将 Storage 节点注册至 Meta 服务中。必须使用`ADD HOSTS`命令后,才能正常读写 Storage 节点。详情参见[管理逻辑机架(Zone)](../4.deployment-and-installation/5.zone.md)
78+
从 3.0.0 版本开始,在配置文件中添加的 Storage 节点无法直接读写,配置文件的作用仅仅是将 Storage 节点注册至 Meta 服务中。必须使用`ADD HOSTS`命令后,才能正常读写 Storage 节点。详情参见[管理逻辑机架(Zone)](../4.deployment-and-installation/5.zone.md)
7979

8080
### 如何处理错误信息 `To get the property of the vertex in 'v.age', should use the format 'var.tag.prop'`
8181

82-
从 3.0 版本开始,`pattern`支持同时匹配多个 Tag,所以返回属性时,需要额外指定 Tag 名称。即从`RETURN 变量名.属性名`改为`RETURN 变量名.Tag名.属性名`
82+
从 3.0.0 版本开始,`pattern`支持同时匹配多个 Tag,所以返回属性时,需要额外指定 Tag 名称。即从`RETURN 变量名.属性名`改为`RETURN 变量名.Tag名.属性名`
8383

8484
### 返回消息中 `time spent` 的含义是什么?
8585

docs-2.0/4.deployment-and-installation/5.zone.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Nebula Graph 提供 Zone 功能,可以管理集群中的 Storage 节点,实
66

77
!!! compatibility
88

9-
从 3.0 版本开始,在配置文件中添加的 Storage 节点无法直接读写,配置文件的作用仅仅是将 Storage 节点注册至 Meta 服务中。必须使用`ADD HOSTS`命令后,才能正常读写 Storage 节点。
9+
从 3.0.0 版本开始,在配置文件中添加的 Storage 节点无法直接读写,配置文件的作用仅仅是将 Storage 节点注册至 Meta 服务中。必须使用`ADD HOSTS`命令后,才能正常读写 Storage 节点。
1010

1111
用户可以将 Storage 节点加入某个 Zone 中,创建图空间时指定 Zone,就会在 Zone 内的 Storage 节点上创建及存储图空间。分片及其副本会均匀存储在各个 Zone 中。如下图所示。
1212

0 commit comments

Comments
 (0)