Skip to content

Commit fbcbe6d

Browse files
committed
fix typo
1 parent 4f4e5fb commit fbcbe6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/private/common.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ def collect_runfiles(ctx, files = depset()):
331331
# If the target is a File, then add that file to the runfiles.
332332
# Otherwise, add the target's **data runfiles** to the runfiles.
333333
#
334-
# Note that, contray to best practice, the default outputs of the
334+
# Note that, contrary to best practice, the default outputs of the
335335
# targets in `data` are *not* added, nor are the default runfiles.
336336
#
337337
# This ends up being important for several reasons, some of which are

0 commit comments

Comments
 (0)