Преглед изворни кода

Dpkg::Version: small documentation fix

Drop a part of a sentence that was incorrectly left in the documentation.
Raphaël Hertzog пре 14 година
родитељ
комит
25ec6acfa7
1 измењених фајлова са 2 додато и 3 уклоњено
  1. 2 3
      scripts/Dpkg/Version.pm

+ 2 - 3
scripts/Dpkg/Version.pm

@@ -312,9 +312,8 @@ Compare two corresponding sub-parts of a version number (either upstream
 version or debian revision).
 
 Each parameter is split by version_split_digits() and resulting items
-are compared together.in digits and non-digits items that are compared
-together. As soon as a difference happens, it returns -1 if $a is earlier
-than $b, 0 if they are equal and 1 if $a is later than $b.
+are compared together. As soon as a difference happens, it returns -1 if
+$a is earlier than $b, 0 if they are equal and 1 if $a is later than $b.
 
 =cut