From 5654d97b33dc14264856558e47efedcab43ff121 Mon Sep 17 00:00:00 2001 From: "abby.huang" <78209557+abby-cyber@users.noreply.github.com> Date: Thu, 25 Nov 2021 16:55:13 +0800 Subject: [PATCH] whitespace fix (#1269) --- docs-2.0/1.introduction/1.what-is-nebula-graph.md | 2 +- docs-2.0/14.client/3.nebula-cpp-client.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs-2.0/1.introduction/1.what-is-nebula-graph.md b/docs-2.0/1.introduction/1.what-is-nebula-graph.md index 2c8ceef4cf8..df746f7afc0 100644 --- a/docs-2.0/1.introduction/1.what-is-nebula-graph.md +++ b/docs-2.0/1.introduction/1.what-is-nebula-graph.md @@ -22,7 +22,7 @@ Nebula Graph 是在 Apache 2.0 条款下开发的。越来越多的人,如数 ### 高性能 -基于图数据库的特性使用 C++编写的 Nebula Graph,可以提供毫秒级查询。众多数据库中,Nebula Graph 在图数据服务领域展现了卓越的性能,数据规模越大,Nebula Graph 优势就越大。详情请参见 [Nebula Graph benchmarking 页面](https://discuss.nebula-graph.com.cn/t/topic/782)。 +基于图数据库的特性使用 C++ 编写的 Nebula Graph,可以提供毫秒级查询。众多数据库中,Nebula Graph 在图数据服务领域展现了卓越的性能,数据规模越大,Nebula Graph 优势就越大。详情请参见 [Nebula Graph benchmarking 页面](https://discuss.nebula-graph.com.cn/t/topic/782)。 ### 易扩展 diff --git a/docs-2.0/14.client/3.nebula-cpp-client.md b/docs-2.0/14.client/3.nebula-cpp-client.md index 145f193ffb8..651b112b2ed 100644 --- a/docs-2.0/14.client/3.nebula-cpp-client.md +++ b/docs-2.0/14.client/3.nebula-cpp-client.md @@ -1,6 +1,6 @@ # Nebula CPP -[Nebula CPP](https://github.com/vesoft-inc/nebula-cpp/tree/{{cpp.branch}}) 是一款 C++语言的客户端,可以连接、管理 Nebula Graph 图数据库。 +[Nebula CPP](https://github.com/vesoft-inc/nebula-cpp/tree/{{cpp.branch}}) 是一款 C++ 语言的客户端,可以连接、管理 Nebula Graph 图数据库。 ## 前提条件 @@ -56,7 +56,7 @@ !!! note - 如果 g++不支持 c++11,请添加选项`-DDISABLE_CXX11_ABI=ON`。 + 如果 g++ 不支持 C++11,请添加选项`-DDISABLE_CXX11_ABI=ON`。 5. 编译 Nebula CPP。