Fix a comment (see D3140)

This commit is contained in:
Alan Huang
2012-08-03 11:47:53 -07:00
parent 358baf1b3a
commit e8c7e3883c

View File

@@ -56,7 +56,7 @@ final class PhabricatorPHID {
$repository->getID(),
$match[2]);
} catch (AphrontQueryCountException $ex) {
// Ambiguous, no jump.
// Ambiguous; return nothing.
}
}
}