modify Close interface description

Signed-off-by: lxlxlxl <liuxiaolong77@huawei.com>
This commit is contained in:
lxlxlxl 2024-10-11 08:38:22 +00:00 committed by Gitee
parent 882660183b
commit 48f43a225c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -89,7 +89,6 @@ OH_Preferences *OH_Preferences_Open(OH_PreferencesOption *option, int *errCode);
* @brief Closes a Preferences object.
*
* @param preference Pointer to the {@Link OH_Preferences} instance to close.
* @param option Pointer to an {@Link OH_PreferencesOption} instance.
* @return Returns the status code of the execution. For details, see {@Link OH_Preferences_ErrCode}.
* {@link PREFERENCES_OK} indicates the operation is successful.
* {@link PREFERENCES_ERROR_INVALID_PARAM} indicates invalid args are passed in.