Fix insertion of "the"
We want the second "the" in both cases.
Fixup for f5b8160f18
.
This commit is contained in:
parent
e27e68bda6
commit
6d4fba2249
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ Requires: {{ req }}
|
||||||
%description {{ pkg }} %{_description}
|
%description {{ pkg }} %{_description}
|
||||||
|
|
||||||
This package contains library source intended for building other packages which
|
This package contains library source intended for building other packages which
|
||||||
use {% if feature is not none %}the "{{ feature }}" feature of the {% endif %}"%{crate}" crate.
|
use {% if feature is not none %}the "{{ feature }}" feature of {% endif %}the "%{crate}" crate.
|
||||||
|
|
||||||
%files {{ pkg }}
|
%files {{ pkg }}
|
||||||
{% if feature is none %}
|
{% if feature is none %}
|
||||||
|
|
Loading…
Reference in a new issue