summaryrefslogtreecommitdiff
path: root/graphics/java/android
diff options
context:
space:
mode:
author Melvin Moreno <memoreno@google.com> 2022-02-08 19:37:05 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2022-02-08 19:37:05 +0000
commit3c483918093cd8b3400c7446de564897707dfeac (patch)
tree48bd8f5e5e98b9a41d71407ce33c73630f16813b /graphics/java/android
parentd1f4639c86e06010bc3f0dc9329d66e6b1f4d688 (diff)
parent4f24757202c707dfcae3cd5805a8d3c0c803cdcd (diff)
Merge "Fixed documentation typo on TextAlign getter and setter methods - Reported on http://b/216852542"
Diffstat (limited to 'graphics/java/android')
-rw-r--r--graphics/java/android/graphics/Paint.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/java/android/graphics/Paint.java b/graphics/java/android/graphics/Paint.java
index 42e470b7f660..5bfc32177ec0 100644
--- a/graphics/java/android/graphics/Paint.java
+++ b/graphics/java/android/graphics/Paint.java
@@ -1611,7 +1611,7 @@ public class Paint {
* Return the paint's Align value for drawing text. This controls how the
* text is positioned relative to its origin. LEFT align means that all of
* the text will be drawn to the right of its origin (i.e. the origin
- * specifieds the LEFT edge of the text) and so on.
+ * specifies the LEFT edge of the text) and so on.
*
* @return the paint's Align value for drawing text.
*/
@@ -1623,7 +1623,7 @@ public class Paint {
* Set the paint's text alignment. This controls how the
* text is positioned relative to its origin. LEFT align means that all of
* the text will be drawn to the right of its origin (i.e. the origin
- * specifieds the LEFT edge of the text) and so on.
+ * specifies the LEFT edge of the text) and so on.
*
* @param align set the paint's Align value for drawing text.
*/