Skip to content

Commit 5bf5a90

Browse files
authored
Fix typos in doc strings in verify_archive.bzl (#700)
1 parent 3fe3cd1 commit 5bf5a90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/verify_archive.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ _gen_verify_archive_test_main = rule(
6969
doc = """List of regexes that must not be in the archive.""",
7070
),
7171
"min_size": attr.int(
72-
doc = """Miniumn number of entries in the archive."""
72+
doc = """Minimum number of entries in the archive."""
7373
),
7474
"max_size": attr.int(
75-
doc = """Miniumn number of entries in the archive."""
75+
doc = """Maximum number of entries in the archive."""
7676
),
7777

7878
# Implicit dependencies.

0 commit comments

Comments
 (0)