diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-05-26 17:05:45 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-05-28 11:32:51 +0200 |
commit | 03558a4e99a92457da32c101ac9817b0891c2cf1 (patch) | |
tree | 9246e677905f3acf56b2fd97eaf72f04361d77f3 | |
parent | c53e6730b79eb23732d2f6e1cdd11e9cfd6dd342 (diff) | |
download | justbuild-03558a4e99a92457da32c101ac9817b0891c2cf1.tar.gz |
rules documentation: Fix typos
-rw-r--r-- | rules/data/RULES | 4 | ||||
-rw-r--r-- | rules/shell/RULES | 2 | ||||
-rw-r--r-- | rules/shell/test/RULES | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/rules/data/RULES b/rules/data/RULES index feb1a73b..64c5db4f 100644 --- a/rules/data/RULES +++ b/rules/data/RULES @@ -16,7 +16,7 @@ , "artifacts_doc": [ "The runfiles of the \"srcs\" targets staged to the directory" , "specified in \"stage\" together the runfiles of the targets" - , "specied in the field \"deps\" (in their original location)." + , "specified in the field \"deps\" (in their original location)." ] , "runfiles_doc": ["Same as artifacts"] , "imports": @@ -81,7 +81,7 @@ , "artifacts_doc": [ "Artifacts of the targets specified in \"deps\". For conflicting" , "logical paths, the artifact is taken from the latest target (in" - , "the \"deps\" field) that defines that logical path" + , "the \"deps\" field) that defines that logical path." ] , "runfiles_doc": ["Same as artifacts"] , "expression": diff --git a/rules/shell/RULES b/rules/shell/RULES index b9e91bbd..3255fa4c 100644 --- a/rules/shell/RULES +++ b/rules/shell/RULES @@ -3,7 +3,7 @@ [ "A rule to provide defaults for the usage of the shell" , "" , "All targets using invocations of the shell use the target" - , "[\"shel\", \"defaults\"] to determine which shell to use and how to" + , "[\"shell\", \"defaults\"] to determine which shell to use and how to" , "invoke it. The definition of this default target is probably the only" , "meaningful use of this rule." ] diff --git a/rules/shell/test/RULES b/rules/shell/test/RULES index 3d49db21..64a2ef34 100644 --- a/rules/shell/test/RULES +++ b/rules/shell/test/RULES @@ -91,7 +91,7 @@ [ "The number of times the test should be run in order to detect flakyness." , "If set, no test action will be taken from cache." , "" - , "The individual test runs will be summarized by the implict dependency" + , "The individual test runs will be summarized by the implicit dependency" , "on the target \"summarizer\". By setting this target in the target" , "in the target layer of this rues repository (instead of letting it" , "default to the respective file) the layout of the summary can be" |