Skip to content

Commit

Permalink
Update scala_doc.md
Browse files Browse the repository at this point in the history
fix the string `scala_doc` which was copy-pasted as `scala_binary`
  • Loading branch information
johnynek authored May 31, 2019
1 parent 014101b commit 52b036f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/scala_doc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# scala_doc

```python
scala_binary(
scala_doc(
name,
deps,
)
Expand Down Expand Up @@ -45,4 +45,4 @@ pkg_tar(
| --------------------- | ----------------------------------------------------- |
| name | `Name, required` <br> A unique name for this target.
| deps | `List of labels, optional` <br> Labels for which you want to create scaladoc.
| scalacopts | `List of strings, optional` <br> Extra compiler options for this library to be passed to scalac.
| scalacopts | `List of strings, optional` <br> Extra compiler options for this library to be passed to scalac.

0 comments on commit 52b036f

Please sign in to comment.