summaryrefslogtreecommitdiff
path: root/examples/where_is_my_output/README.md
diff options
context:
space:
mode:
authorMatthias Männich <maennich@google.com>2024-04-05 08:58:20 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-04-05 08:58:20 +0000
commit7d5c776628f6799ccf4d95031b8dc38d7ba3f65a (patch)
treee8507b452f60d30d8fdc36490cb1f43a8289463a /examples/where_is_my_output/README.md
parentb4a1db146b71642c90d387c2ef7a43a1621a8212 (diff)
parent280d0f73a5da007297eb87dae0222470442599de (diff)
downloadbazelbuild-rules_pkg-7d5c776628f6799ccf4d95031b8dc38d7ba3f65a.tar.gz
Merge "Upgrade rules_pkg to 0.10.1" into main
Diffstat (limited to 'examples/where_is_my_output/README.md')
-rw-r--r--examples/where_is_my_output/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/where_is_my_output/README.md b/examples/where_is_my_output/README.md
index feb1f86..c977ec8 100644
--- a/examples/where_is_my_output/README.md
+++ b/examples/where_is_my_output/README.md
@@ -78,7 +78,7 @@ created file, we can do that with a filegroup that specifies the specific
output group containing that file.
In the example below, `:deb` is a rule producing an explicit .deb output
-and an implict .changes output. We refer to the .changes file using the
+and an implicit .changes output. We refer to the .changes file using the
`filegroup` and specifying the desired output group name. Then, any rule
can use this `filegroup` as an input.