diff --git a/api/@ohos.batteryinfo.d.ts b/api/@ohos.batteryinfo.d.ts index 2fd0e32c799e056fb7cce95481bcceaa274bcf21..0130092db3c05510686e40502c003f119eb1fc37 100644 --- a/api/@ohos.batteryinfo.d.ts +++ b/api/@ohos.batteryinfo.d.ts @@ -24,13 +24,13 @@ */ declare namespace batteryInfo { /** - * Battery state of charge (SoC) of the current device. + * Battery state of charge (SoC) of the current device, in percent. * @since 6 */ const batterySOC: number; /** - * Battery charging status of the current device, in percent. + * Battery charging status of the current device. * @since 6 */ const chargingStatus: BatteryChargeState;