aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Nathan Harmata <nharmata@google.com>2015-11-20 09:45:48 +0000
committerGravatar Kristina Chodorow <kchodorow@google.com>2015-11-20 21:06:21 +0000
commit820fc812e6abfce7f72c9b73293ba7908bbb31b3 (patch)
tree4e0b126ff98088d793d8df7161805bf596e9189e
parentc509e33d4d2a648a1eb8dedb2212215ade35667a (diff)
Fix leftovers from copy/paste.
-- MOS_MIGRATED_REVID=108326014
-rw-r--r--tools/build_defs/scala/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/build_defs/scala/README.md b/tools/build_defs/scala/README.md
index 82bd2113b6..b72433939f 100644
--- a/tools/build_defs/scala/README.md
+++ b/tools/build_defs/scala/README.md
@@ -50,7 +50,7 @@ The current implementation assumes that the files `/usr/bin/scalac` and
<td><code>srcs</code></td>
<td>
<p><code>List of labels, required</code></p>
- <p>List of Go <code>.go</code> source files used to build the
+ <p>List of Scala <code>.scala</code> source files used to build the
library</p>
</td>
</tr>
@@ -150,7 +150,7 @@ A `scala_binary` requires a `main_class` attribute.
<td><code>srcs</code></td>
<td>
<p><code>List of labels, required</code></p>
- <p>List of Go <code>.go</code> source files used to build the
+ <p>List of Scala <code>.scala</code> source files used to build the
binary</p>
</td>
</tr>