Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dda44c5

Browse files
authored
Typo quick fix
1 parent 7d053fc commit dda44c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ load("@rules_scala_annex//rules:scala.bzl", "scala_library")
106106

107107
scala_library(
108108
name = "example",
109-
src = glob(["**/*.scala"])
109+
srcs = glob(["**/*.scala"])
110110
)
111111
```
112112

0 commit comments

Comments
 (0)