瀏覽代碼

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
      */