aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Mitra <alexmitra@google.com>2024-03-27 13:50:28 +0000
committerAlex Mitra <alexmitra@google.com>2024-03-27 13:51:03 +0000
commit09f8cb15396a83a8caf68600df253617f3cc4a84 (patch)
tree1fb4933217aa4fcb167a54f170fa1a97f4466e9a
parent058fb8437e4ebb0c66085393c9800782b2921581 (diff)
downloadmodules-utils-09f8cb15396a83a8caf68600df253617f3cc4a84.tar.gz
Fix grammatical issue in annotation of pixel values
Bug: 281802165 Change-Id: If182664646cc414e6801dfb4ad5e8b27636a2bda
-rw-r--r--java/android/annotation/Px.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/java/android/annotation/Px.java b/java/android/annotation/Px.java
index cec7f80..d7bc4a4 100644
--- a/java/android/annotation/Px.java
+++ b/java/android/annotation/Px.java
@@ -29,9 +29,9 @@ import static java.lang.annotation.RetentionPolicy.SOURCE;
* Denotes that a numeric parameter, field or method return value is expected
* to represent a pixel dimension.
*
- * @memberDoc This units of this value are pixels.
- * @paramDoc This units of this value are pixels.
- * @returnDoc This units of this value are pixels.
+ * @memberDoc The units of this value are pixels.
+ * @paramDoc The units of this value are pixels.
+ * @returnDoc The units of this value are pixels.
* {@hide}
*/
@Documented