From c392710802c24705d0e899ba08965641e7026059 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E4=BC=9F=E5=BC=BA?= <84103199@qq.com> Date: Fri, 30 Dec 2016 17:48:48 +0800 Subject: [PATCH] =?UTF-8?q?s/./=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs-translations/zh-CN/api/process.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs-translations/zh-CN/api/process.md b/docs-translations/zh-CN/api/process.md index 15a3911eb45d..ba9cdb2f0025 100644 --- a/docs-translations/zh-CN/api/process.md +++ b/docs-translations/zh-CN/api/process.md @@ -76,7 +76,7 @@ Chrome的版本号。 * `maxDescriptors` Integer -设置文件描述符软限制于 `maxDescriptors` 或硬限制于OS, 无论它是否低于当前进程. +设置文件描述符软限制于 `maxDescriptors` 或硬限制于OS, 无论它是否低于当前进程。 ### `process.getProcessMemoryInfo()` @@ -87,7 +87,7 @@ Chrome的版本号。 * `privateBytes` Integer - 不被其他进程共享的内存量,如JS堆或HTML内容。 * `sharedBytes` Integer - 进程之间共享的内存量,通常是 Electron 代码本身所消耗的内存。 -返回当前进程的内存使用统计信息的对象. 请注意,所有数据的单位都是KB。 +返回当前进程的内存使用统计信息的对象。请注意,所有数据的单位都是KB。 ### `process.getSystemMemoryInfo()` @@ -98,4 +98,4 @@ Chrome的版本号。 * `swapTotal` Integer - 系统 swap 分区(虚拟内存)总量。 _Windows_ _Linux_ * `swapFree` Integer - 系统剩余可用的 swap 分区(虚拟内存)量。 _Windows_ _Linux_ -返回系统的内存使用统计信息的对象. 请注意,所有数据的单位都是KB。 +返回系统的内存使用统计信息的对象。请注意,所有数据的单位都是KB。