diff options
| author | ruki <[email protected]> | 2017-03-06 20:12:50 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-03-06 20:12:50 +0800 |
| commit | 8a6704d3c827a44044da6ff3c44abd0e623b37af (patch) | |
| tree | a8762a030e7d1fbe5742f8432b86a02194e7167d /docs/zh | |
| parent | 30fa452f0ebd7cc7f80abcec9b48982ec2649b8f (diff) | |
translate some api docs
Diffstat (limited to 'docs/zh')
| -rwxr-xr-x | docs/zh/manual.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/zh/manual.md b/docs/zh/manual.md index 66ea181ae..519a8f05c 100755 --- a/docs/zh/manual.md +++ b/docs/zh/manual.md @@ -30,8 +30,8 @@ search: zh | 接口 | 描述 | 支持版本 | | ------------------------- | ----------------------------- | -------- | -| [is_os](#is_os) | 判断当前编译架构 | >= 2.0.1 | -| [is_arch](#is_arch) | 判断当前构建的操作系统 | >= 2.0.1 | +| [is_os](#is_os) | 判断当前构建的操作系统 | >= 2.0.1 | +| [is_arch](#is_arch) | 判断当前编译架构 | >= 2.0.1 | | [is_plat](#is_plat) | 判断当前编译平台 | >= 2.0.1 | | [is_mode](#is_mode) | 判断当前编译模式 | >= 2.0.1 | | [is_kind](#is_kind) | 判断当前编译类型 | >= 2.0.1 | @@ -4782,7 +4782,7 @@ print(project.version()) , [".m"] = mm , [".mm"] = mxx , [".swift"] = sc -, [".go"] = go +, [".go"] = gc } ``` |
