Skip to content

Commit 5a148df

Browse files
committed
docstring fix
1 parent 2936abe commit 5a148df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ocaml/_rules/options_ocaml.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
options_ocaml = dict(
22
opts = attr.string_list(
3-
doc = "List of OCaml options. Will override global default options."
3+
doc = "List of OCaml options. Will override configurable default options."
44
),
55
## GLOBAL CONFIGURABLE DEFAULTS (all rules)
66
_debug = attr.label(default = "@ocaml//debug"),

0 commit comments

Comments
 (0)