规范性调整

Signed-off-by: z30054037 <zhuruigan@huawei.com>
Change-Id: I10d7cb969d78a9e23d2bff1423a15867ec0372f4
This commit is contained in:
z30054037 2023-11-06 03:19:56 +00:00
parent 95961aca7c
commit 4d154a8bb4

View File

@ -25,7 +25,7 @@ import type ExtensionContext from './application/ExtensionContext';
*/
export interface BundleVersion {
/**
* Indicates bundle`s version code.
* Indicates bundle's version code.
*
* @type { number }
* @syscap SystemCapability.FileManagement.StorageService.Backup
@ -35,7 +35,7 @@ export interface BundleVersion {
code: number;
/**
* Indicates bundle`s version name.
* Indicates bundle's version name.
*
* @type { string }
* @syscap SystemCapability.FileManagement.StorageService.Backup