From d01be0adaeb17d66ccdeec0f0145e7970e8a432b Mon Sep 17 00:00:00 2001 From: up200504098 Date: Thu, 4 Jul 2024 20:16:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: up200504098 --- api/@ohos.net.netFirewall.d.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api/@ohos.net.netFirewall.d.ts b/api/@ohos.net.netFirewall.d.ts index 5e909f700..6b8f7c624 100755 --- a/api/@ohos.net.netFirewall.d.ts +++ b/api/@ohos.net.netFirewall.d.ts @@ -303,7 +303,7 @@ declare namespace netFirewall { */ ORDER_BY_RULE_NAME = 1, /** - * Sort the recorded time, only support getNetFirewallRules interface calls. + * Sort the recorded time, it can be referenced only by the getNetFirewallRules interface. * * @syscap SystemCapability.Communication.NetManager.NetFirewall * @systemapi Hide this for inner system use. @@ -425,7 +425,7 @@ declare namespace netFirewall { */ mask?: number; /** - * Starting IP: valid when type equals 2, otherwise it will be ignored. + * Start IP: valid when type equals 2, otherwise it will be ignored. * * @type {?string} * @syscap SystemCapability.Communication.NetManager.NetFirewall @@ -454,7 +454,7 @@ declare namespace netFirewall { */ interface NetFirewallPortParam { /** - * Starting port, when there is only one port, the starting port is the same as the ending port. + * Start port, when there is only one port, the start port is the same as the ending port. * * @type {number} * @syscap SystemCapability.Communication.NetManager.NetFirewall @@ -463,7 +463,7 @@ declare namespace netFirewall { */ startPort: number; /** - * Ending port, when there is only one port, the starting port is the same as the ending port. + * Ending port, when there is only one port, the start port is the same as the ending port. * * @type {number} * @syscap SystemCapability.Communication.NetManager.NetFirewall