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

Update RootPackageInterface.php

Fix typo
Felix Kiss пре 10 година
родитељ
комит
b86f9bf4ba
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/Composer/Package/RootPackageInterface.php

+ 1 - 1
src/Composer/Package/RootPackageInterface.php

@@ -20,7 +20,7 @@ namespace Composer\Package;
 interface RootPackageInterface extends CompletePackageInterface
 {
     /**
-     * Returns a set of package names and theirs aliases
+     * Returns a set of package names and their aliases
      *
      * @return array
      */