diff --git a/docs/Plugins.rst b/docs/Plugins.rst index 9e8911db1..421e5e81b 100644 --- a/docs/Plugins.rst +++ b/docs/Plugins.rst @@ -2322,9 +2322,9 @@ restricting the list to trees, shrubs, and farmable shrubs, respectively. designation). See :issue:`1479` for details. The implementation another known deficiency: it's incapable of detecting that - RAW definitions that specify a seed extraction reaction for the structural part + raw definitions that specify a seed extraction reaction for the structural part but has no other use for it cannot actually yield any seeds, as the part is - never used (parts of bug tracker report 6940, e.g. Red Spinach), even though DF + never used (parts of :bug:`6940`, e.g. Red Spinach), even though DF collects it, unless there's a workshop reaction to do it (which there isn't in vanilla). diff --git a/plugins/getplants.cpp b/plugins/getplants.cpp index 11717b36b..d678a63b0 100644 --- a/plugins/getplants.cpp +++ b/plugins/getplants.cpp @@ -64,7 +64,7 @@ enum class selectability { // Both Red Spinach and Elephant-Head Amaranth have the seed extraction reaction // explicitly specified for the structural part, but no other use for it. This causes // these parts to be collected (a valid reaction is defined), but remain unusable. This -// is one ofthe issues in bug 9640 on the bug tracker (the others cases are detected and +// is one of the issues in bug 9640 on the bug tracker (the others cases are detected and // result in the plants not being usable for farming or even collectable at all). //selectability selectablePlant(color_ostream &out, const df::plant_raw *plant, bool farming)