From 0e9bcee3a721e361c2472386d5cf01fe67a872ab Mon Sep 17 00:00:00 2001 From: RealWorldEdits376W <109642348+RealWorldEdits376W@users.noreply.github.com> Date: Fri, 22 Jul 2022 17:08:05 -0700 Subject: [PATCH] Corrected Grammatical error In the "If you need Label in your custom View", section, the first point is written as: "create an new view class extends YourView". This sentence is grammatically incorrect. 'an' is used before a constant which is against the standard grammatical rules. The corrected sentence could be: "create a new view class extends YourView". Thank you. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c0d561..008b223 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ put xml code in you layout, like follows. -1. create an new view class extends `YourView` +1. create a new view class extends `YourView` 2. use LabelViewHelper as your `Member objects` 3. In Constructor function and onDraw function call LabelViewHelper method. 4. Call the LabelViewHelper method in other functions