diff mbox series

recipe-style-guide.rst: two minor grammatical tweaks

Message ID adbfd9b9-4f6b-56b3-0a77-232948553cc8@crashcourse.ca
State New
Headers show
Series recipe-style-guide.rst: two minor grammatical tweaks | expand

Commit Message

Robert P. J. Day May 19, 2026, 6:35 p.m. UTC
Minor rewording in two places.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

---
diff mbox series

Patch

diff --git a/documentation/contributor-guide/recipe-style-guide.rst b/documentation/contributor-guide/recipe-style-guide.rst
index d0cb65295..8a896a31c 100644
--- a/documentation/contributor-guide/recipe-style-guide.rst
+++ b/documentation/contributor-guide/recipe-style-guide.rst
@@ -293,7 +293,7 @@  Tips and Guidelines for Writing Recipes
    - then, copy ``X.orig`` back to ``X``,
    - and, finally, modify ``X``.

-   This ensures if rerun the task always has the same end result and the
+   This ensures that rerunning the task always produces the same end result and the
    original file can be preserved to reuse. It also guards against an
    interrupted build corrupting the file.

@@ -403,7 +403,7 @@  CVE patches
 ===========

 In order to have a better control of vulnerabilities, patches that fix CVEs must
-contain a ``CVE:`` tag. This tag list all CVEs fixed by the patch. If more than
+contain a ``CVE:`` tag. This tag should list all CVEs fixed by the patch. If more than
 one CVE is fixed, separate them using spaces.

 CVE Examples