1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-01-10 23:01:04 +01:00

Fix typo in comment

This commit is contained in:
vrana 2012-04-19 22:26:27 -07:00
parent 549a86cd96
commit c2e64110bb

View file

@ -139,7 +139,7 @@ final class PhabricatorObjectHandle {
/** /**
* Set whether or not the underlying object is complete. See * 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. * @param bool True if the handle represents a complete object.
* @return this * @return this
@ -169,7 +169,7 @@ final class PhabricatorObjectHandle {
/** /**
* Set whether or not the underlying object is disabled. See * 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. * @param bool True if the handle represents a disabled object.
* @return this * @return this