aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax
diff options
context:
space:
mode:
authorGravatar vladmos <vladmos@google.com>2017-04-25 23:07:04 +0200
committerGravatar Vladimir Moskva <vladmos@google.com>2017-04-26 12:44:13 +0200
commit6547bde3e348d2fcf1aed00c171ba3337a7ca0e7 (patch)
treec57156fe554334622e9fbf905bc4f0ed23e40f0a /src/main/java/com/google/devtools/build/lib/syntax
parent869533f94c951f823dcb8d65f59d05dab5c5f1a0 (diff)
Fix a typo in the documentation
Fixes #2875 PiperOrigin-RevId: 154218587
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/syntax')
-rw-r--r--src/main/java/com/google/devtools/build/lib/syntax/MethodLibrary.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/syntax/MethodLibrary.java b/src/main/java/com/google/devtools/build/lib/syntax/MethodLibrary.java
index e9bbe5d0d3..b3f1e6b758 100644
--- a/src/main/java/com/google/devtools/build/lib/syntax/MethodLibrary.java
+++ b/src/main/java/com/google/devtools/build/lib/syntax/MethodLibrary.java
@@ -2001,7 +2001,7 @@ public class MethodLibrary {
name = "dir",
returnType = MutableList.class,
doc =
- "Returns a list strings: the names of the attributes and "
+ "Returns a list of strings: the names of the attributes and "
+ "methods of the parameter object.",
parameters = {@Param(name = "x", doc = "The object to check.")},
useLocation = true,