Skip to content

Commit d4f03d0

Browse files
authored
Doc: Fix some typos. (Tencent#1675)
1 parent ebcbd04 commit d4f03d0

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

doc/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@
6464

6565
JSON are commonly used in web applications for transferring structured data. It is also used as a file format for data persistence.
6666

67-
2. Does RapidJSON conform to the JSON standard?
67+
3. Does RapidJSON conform to the JSON standard?
6868

6969
Yes. RapidJSON is fully compliance with [RFC7159](http://www.ietf.org/rfc/rfc7159.txt) and [ECMA-404](http://www.ecma-international.org/publications/standards/Ecma-404.htm). It can handle corner cases, such as supporting null character and surrogate pairs in JSON strings.
7070

71-
3. Does RapidJSON support relaxed syntax?
71+
4. Does RapidJSON support relaxed syntax?
7272

7373
Currently no. RapidJSON only support the strict standardized format. Support on related syntax is under discussion in this [issue](https://github.com/Tencent/rapidjson/issues/36).
7474

doc/faq.zh-cn.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
4. RapidJSON 是免费的么?
2020

21-
是的,它在 MIT 特許條款下免费。它可用于商业软件。详情请参看 [license.txt](https://github.com/Tencent/rapidjson/blob/master/license.txt)
21+
是的,它在 MIT 协议下免费。它可用于商业软件。详情请参看 [license.txt](https://github.com/Tencent/rapidjson/blob/master/license.txt)
2222

2323
5. RapidJSON 很小么?它有何依赖?
2424

@@ -64,13 +64,13 @@
6464

6565
JSON 常用于网页应用程序,以传送结构化数据。它也可作为文件格式用于数据持久化。
6666

67-
2. RapidJSON 是否符合 JSON 标准?
67+
3. RapidJSON 是否符合 JSON 标准?
6868

6969
是。RapidJSON 完全符合 [RFC7159](http://www.ietf.org/rfc/rfc7159.txt)[ECMA-404](http://www.ecma-international.org/publications/standards/Ecma-404.htm)。它能处理一些特殊情况,例如支持 JSON 字符串中含有空字符及代理对(surrogate pair)。
7070

71-
3. RapidJSON 是否支持宽松的语法?
71+
4. RapidJSON 是否支持宽松的语法?
7272

73-
现时不支持。RapidJSON 只支持严格的标准格式。宽松语法现时在这 [issue](https://github.com/Tencent/rapidjson/issues/36) 中进行讨论。
73+
目前不支持。RapidJSON 只支持严格的标准格式。宽松语法可以在这个 [issue](https://github.com/Tencent/rapidjson/issues/36) 中进行讨论。
7474

7575
## DOM 与 SAX
7676

@@ -271,19 +271,19 @@
271271

272272
有些应用程序需要处理非常大的 JSON 文件。而有些后台应用程序需要处理大量的 JSON。达到高性能同时改善延时及吞吐量。更广义来说,这也可以节省能源。
273273

274-
## 八挂
274+
## 八卦
275275

276276
1. 谁是 RapidJSON 的开发者?
277277

278278
叶劲峰(Milo Yip,[miloyip](https://github.com/miloyip))是 RapidJSON 的原作者。全世界许多贡献者一直在改善 RapidJSON。Philipp A. Hartmann([pah](https://github.com/pah))实现了许多改进,也设置了自动化测试,而且还参与许多社区讨论。丁欧南(Don Ding,[thebusytypist](https://github.com/thebusytypist))实现了迭代式解析器。Andrii Senkovych([jollyroger](https://github.com/jollyroger))完成了向 CMake 的迁移。Kosta([Kosta-Github](https://github.com/Kosta-Github))提供了一个非常灵巧的短字符串优化。也需要感谢其他献者及社区成员。
279279

280280
2. 为何你要开发 RapidJSON?
281281

282-
在 2011 年开始这项目是,它仅一个兴趣项目。Milo Yip 是一个游戏程序员,他在那时候认识到 JSON 并希望在未来的项目中使用。由于 JSON 好像很简单,他希望写一个仅有头文件并且快速的程序库
282+
在 2011 年开始这项目时,它只是一个兴趣项目。Milo Yip 是一个游戏程序员,他在那时候认识到 JSON 并希望在未来的项目中使用。由于 JSON 好像很简单,他希望写一个快速的仅有头文件的程序库
283283

284284
3. 为什么开发中段有一段长期空档?
285285

286-
主要是个人因素,例如加入新家庭成员。另外,Milo Yip 也花了许多业馀时间去翻译 Jason Gregory 的《Game Engine Architecture》至中文版《游戏引擎架构》。
286+
主要是个人因素,例如加入新家庭成员。另外,Milo Yip 也花了许多业余时间去翻译 Jason Gregory 的《Game Engine Architecture》至中文版《游戏引擎架构》。
287287

288288
4. 为什么这个项目从 Google Code 搬到 GitHub?
289289

0 commit comments

Comments
 (0)