Skip to content

Commit d4f21b1

Browse files
authored
chore: update repo_utils.bzl to valid MDX
1 parent c5fc1ca commit d4f21b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/private/repo_utils.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def _platform(rctx):
8383
rctx: rctx
8484
8585
Returns:
86-
The normalized "<os>_<arch>" string of the host os and CPU architecture.
86+
The normalized `<os>_<arch>` string of the host os and CPU architecture.
8787
"""
8888
os = _os(rctx)
8989

0 commit comments

Comments
 (0)