From df94c0b34e61eca605f35ec45a17b30130bb7401 Mon Sep 17 00:00:00 2001 From: Jacob MacDonald Date: Fri, 7 Jan 2022 20:42:07 -0800 Subject: [PATCH] Update docs/partial_builds.md Co-authored-by: Nate Bosch --- docs/partial_builds.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/partial_builds.md b/docs/partial_builds.md index 743da772d..ea298255f 100644 --- a/docs/partial_builds.md +++ b/docs/partial_builds.md @@ -7,7 +7,7 @@ A build filter is a combination of a package and a path, with glob syntax supported for each. Whenever a build filter is provided, only required outputs matching one of the -build filters will be built, in addition to the inputs to those outputs. +build filters will be built, in addition to any required files for those outputs. ## Command Line Usage