Skip to content

Commit

Permalink
whitespace fix (#1269)
Browse files Browse the repository at this point in the history
  • Loading branch information
abby-cyber authored Nov 25, 2021
1 parent 8fe6c39 commit 5654d97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs-2.0/1.introduction/1.what-is-nebula-graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

### 易扩展

Expand Down
4 changes: 2 additions & 2 deletions docs-2.0/14.client/3.nebula-cpp-client.md
Original file line number Diff line number Diff line change
@@ -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 图数据库。

## 前提条件

Expand Down Expand Up @@ -56,7 +56,7 @@

!!! note

如果 g++不支持 c++11,请添加选项`-DDISABLE_CXX11_ABI=ON`
如果 g++ 不支持 C++11,请添加选项`-DDISABLE_CXX11_ABI=ON`

5. 编译 Nebula CPP。

Expand Down

0 comments on commit 5654d97

Please sign in to comment.