Skip to content

Commit 7d092c0

Browse files
Jonathon Belottialexeagle
andauthored
Fix minor typo in stamp.bzl (#559)
Co-authored-by: Alex Eagle <[email protected]>
1 parent 1a79c2a commit 7d092c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/private/stamp.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def stamp_build_setting(name, visibility = ["//visibility:public"]):
5353
)
5454

5555
def is_stamping_enabled(attr):
56-
"""Determine whether or not build staming is enabled
56+
"""Determine whether or not build stamping is enabled
5757
5858
Args:
5959
attr (struct): A rule's struct of attributes (`ctx.attr`)

0 commit comments

Comments
 (0)