From 03558a4e99a92457da32c101ac9817b0891c2cf1 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Mon, 26 May 2025 17:05:45 +0200 Subject: rules documentation: Fix typos --- rules/data/RULES | 4 ++-- rules/shell/RULES | 2 +- 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" -- cgit v1.2.3