Skip to content

Commit 8d8a736

Browse files
Update posts/specfile-advanced/index.md
Co-authored-by: František Lachman <[email protected]>
1 parent 463faa4 commit 8d8a736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/specfile-advanced/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ The algorithm isn't perfect and won't work in all situations, but even if it's n
239239
some macro definitions it is guaranteed that `expanded_value` of a tag after calling `update_tag()`
240240
will be equal to the given value.
241241

242-
There is also more general method `Specfile.update_value()` that allows to you update any string
242+
There is also a more general method `Specfile.update_value()` that allows you to update any string
243243
within a spec file in the same manner, trying to preserve macro substitutions and update relevant
244244
macro definitions (or even tag values in case of e.g. `%{version}`) if possible. It is up to you
245245
to replace the original string with the result (that can but doesn't have to be exactly the same).

0 commit comments

Comments
 (0)