summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2026-06-05 12:36:49 -0400
committerPaul Barker <paul@pbarker.dev>2026-06-08 21:44:06 +0100
commit9c1cc745bce1cb13eeeedf46703ea882991cad46 (patch)
tree0483d6065dea08ca8a3912c3280a38469f006c02 /documentation
parentde21795014327c6a43580dcf0be73cdce79e5b7e (diff)
downloadpoky-9c1cc745bce1cb13eeeedf46703ea882991cad46.tar.gz
contributor-guide: couple minor typo/grammar fixes
- font fix - missing word fix (From yocto-docs rev: c7e020d278ded715fc24034b000fb93f554b606c) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit a9bf37a1166120f8870422aceaf2f3d8cb53788a) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Paul Barker <paul@pbarker.dev>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/contributor-guide/recipe-style-guide.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/contributor-guide/recipe-style-guide.rst b/documentation/contributor-guide/recipe-style-guide.rst
index 506c780620..07f7a58c18 100644
--- a/documentation/contributor-guide/recipe-style-guide.rst
+++ b/documentation/contributor-guide/recipe-style-guide.rst
@@ -28,7 +28,7 @@ file name. It is recommended to use released versions of software as these are
28revisions that upstream are expecting people to use. 28revisions that upstream are expecting people to use.
29 29
30Recipe versions should always compare and sort correctly so that upgrades work 30Recipe versions should always compare and sort correctly so that upgrades work
31as expected. With conventional versions such as ``1.4`` upgrading ``to 1.5`` 31as expected. With conventional versions such as ``1.4`` upgrading to ``1.5``
32this happens naturally, but some versions don't sort. For example, 32this happens naturally, but some versions don't sort. For example,
33``1.5 Release Candidate 2`` could be written as ``1.5rc2`` but this sorts after 33``1.5 Release Candidate 2`` could be written as ``1.5rc2`` but this sorts after
34``1.5``, so upgrades from feeds won't happen correctly. 34``1.5``, so upgrades from feeds won't happen correctly.
@@ -82,7 +82,7 @@ Recipe formatting
82Variable Formatting 82Variable Formatting
83------------------- 83-------------------
84 84
85- Variable assignment should a space around each side of the operator, e.g. 85- Variable assignment should include a space around each side of the operator, e.g.
86 ``FOO = "bar"``, not ``FOO="bar"``. 86 ``FOO = "bar"``, not ``FOO="bar"``.
87 87
88- Double quotes should be used on the right-hand side of the assignment, 88- Double quotes should be used on the right-hand side of the assignment,