From c2e64110bb128f8ab91ef657bee2e6ac3f487e94 Mon Sep 17 00:00:00 2001 From: vrana Date: Thu, 19 Apr 2012 22:26:27 -0700 Subject: [PATCH] Fix typo in comment --- src/applications/phid/handle/PhabricatorObjectHandle.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/applications/phid/handle/PhabricatorObjectHandle.php b/src/applications/phid/handle/PhabricatorObjectHandle.php index 00c1bd50e8..5d2901f5a0 100644 --- a/src/applications/phid/handle/PhabricatorObjectHandle.php +++ b/src/applications/phid/handle/PhabricatorObjectHandle.php @@ -139,7 +139,7 @@ final class PhabricatorObjectHandle { /** * Set whether or not the underlying object is complete. See - * @{method:getComplete} for an explanation of what it means to be complete. + * @{method:isComplete} for an explanation of what it means to be complete. * * @param bool True if the handle represents a complete object. * @return this @@ -169,7 +169,7 @@ final class PhabricatorObjectHandle { /** * Set whether or not the underlying object is disabled. See - * @{method:getDisabled} for an explanation of what it means to be disabled. + * @{method:isDisabled} for an explanation of what it means to be disabled. * * @param bool True if the handle represents a disabled object. * @return this