Skip to content

Commit

Permalink
docstring fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mobileink committed Jan 4, 2021
1 parent 2936abe commit 5a148df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocaml/_rules/options_ocaml.bzl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
options_ocaml = dict(
opts = attr.string_list(
doc = "List of OCaml options. Will override global default options."
doc = "List of OCaml options. Will override configurable default options."
),
## GLOBAL CONFIGURABLE DEFAULTS (all rules)
_debug = attr.label(default = "@ocaml//debug"),
Expand Down

0 comments on commit 5a148df

Please sign in to comment.