From 372f23c7087a3f1b8fe37ec9a09cbac9177f4648 Mon Sep 17 00:00:00 2001 From: Benign X <1341398182@qq.com> Date: Thu, 25 Jan 2024 13:55:14 +0800 Subject: [PATCH] chore(refr): fix typo (#5474) --- src/core/lv_refr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/lv_refr.h b/src/core/lv_refr.h index e92732edd..537b9eedd 100644 --- a/src/core/lv_refr.h +++ b/src/core/lv_refr.h @@ -61,7 +61,7 @@ void _lv_refr_deinit(void); void lv_refr_now(lv_display_t * disp); /** - * Redrawn on object an all its children using the passed draw context + * Redrawn on object and all its children using the passed draw context * @param layer pointer to a layer where to draw. * @param obj the start object from the redraw should start */