Explorar el Código

Dpkg::Version: small documentation fix

Drop a part of a sentence that was incorrectly left in the documentation.
Raphaël Hertzog hace 14 años
padre
commit
25ec6acfa7
Se han modificado 1 ficheros con 2 adiciones y 3 borrados
  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