From a3e857c2cfa917012d1e838f5118a139469f9a15 Mon Sep 17 00:00:00 2001 From: Themba Dube Date: Wed, 19 May 2021 09:56:08 -0400 Subject: [PATCH] chore(docs) force rebuild Also fix a minor pluralization issue. --- docs/CODING_STYLE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CODING_STYLE.md b/docs/CODING_STYLE.md index f0afa9d12..f1a6c8b5f 100644 --- a/docs/CODING_STYLE.md +++ b/docs/CODING_STYLE.md @@ -8,7 +8,7 @@ Use [misc/lv_templ.c](https://github.com/lvgl/lvgl/blob/master/src/misc/lv_templ * In variable and function names use only lower case letters (e.g. *height_tmp*) * In enums and defines use only upper case letters (e.g. *e.g. MAX_LINE_NUM*) * Global names (API): - * starts with *lv* + * start with *lv* * followed by module name: *btn*, *label*, *style* etc. * followed by the action (for functions): *set*, *get*, *refr* etc. * closed with the subject: *name*, *size*, *state* etc.