Explorar el Código

Update RootPackageInterface.php

Fix typo
Felix Kiss hace 10 años
padre
commit
b86f9bf4ba
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
      */