diff --git a/api/@ohos.file.hash.d.ts b/api/@ohos.file.hash.d.ts index c1b5e0a302ba0d52b95dcb94e5a6f034c46a4ac8..9a96551be3b7c3f75b1e9513fa9e4c5a0c660492 100644 --- a/api/@ohos.file.hash.d.ts +++ b/api/@ohos.file.hash.d.ts @@ -43,7 +43,7 @@ import stream from './@ohos.util.stream'; * * @namespace hash * @syscap SystemCapability.FileManagement.File.FileIO - * @crossplatform + * @crossplatform * @atomicservice * @since 20 * @arkts 1.1&1.2 @@ -193,7 +193,7 @@ declare namespace hash { * @returns { HashStream } Returns the ReadStream object which has been created. * @throws { BusinessError } 401 - Parameter error * @throws { BusinessError } 13900020 - Invalid argument - * @throws { BusinessError } 13900042 - Unknown error + * @throws { BusinessError } 13900042 - Unknown error * @syscap SystemCapability.FileManagement.File.FileIO * @since 12 */ @@ -204,7 +204,7 @@ declare namespace hash { * @returns { HashStream } Returns the ReadStream object which has been created. * @throws { BusinessError } 401 - Parameter error * @throws { BusinessError } 13900020 - Invalid argument - * @throws { BusinessError } 13900042 - Unknown error + * @throws { BusinessError } 13900042 - Unknown error * @syscap SystemCapability.FileManagement.File.FileIO * @crossplatform * @since 20