aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2024-03-28 11:23:02 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-03-28 11:23:02 +0000
commit7b7a55137db501fcfe36ef9389d80cbdad6c40f9 (patch)
tree5ec1292993addb39d47cdfa975cf2ba5e8f74877
parentc4cc87a7654755287cf2de4209649e5b4523e62a (diff)
parent09f8cb15396a83a8caf68600df253617f3cc4a84 (diff)
downloadmodules-utils-7b7a55137db501fcfe36ef9389d80cbdad6c40f9.tar.gz
Merge "Fix grammatical issue in annotation of pixel values" into main
-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