From c002b466b8a75625a3e708377124079b598f3421 Mon Sep 17 00:00:00 2001 From: vrana Date: Tue, 29 May 2012 15:36:02 -0700 Subject: [PATCH] Fix doc links --- src/__celerity_resource_map__.php | 2 +- .../base/DifferentialFieldSpecification.php | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/__celerity_resource_map__.php b/src/__celerity_resource_map__.php index f526c487ee..f22901e3b9 100644 --- a/src/__celerity_resource_map__.php +++ b/src/__celerity_resource_map__.php @@ -882,7 +882,7 @@ celerity_register_resource_map(array( ), 'javelin-behavior-dark-console' => array( - 'uri' => '/res/9cc84023/rsrc/js/application/core/behavior-dark-console.js', + 'uri' => '/res/3269c0bb/rsrc/js/application/core/behavior-dark-console.js', 'type' => 'js', 'requires' => array( diff --git a/src/applications/differential/field/specification/base/DifferentialFieldSpecification.php b/src/applications/differential/field/specification/base/DifferentialFieldSpecification.php index fb6e93f615..334eab01e4 100644 --- a/src/applications/differential/field/specification/base/DifferentialFieldSpecification.php +++ b/src/applications/differential/field/specification/base/DifferentialFieldSpecification.php @@ -569,7 +569,7 @@ abstract class DifferentialFieldSpecification { /** - * Specify which @{class:PhabricatorObjectHandles} need to be loaded for your + * Specify which @{class:PhabricatorObjectHandle}s need to be loaded for your * field to render correctly. * * This is a convenience method which makes the handles available on all @@ -590,7 +590,7 @@ abstract class DifferentialFieldSpecification { /** - * Specify which @{class:PhabricatorObjectHandles} need to be loaded for your + * Specify which @{class:PhabricatorObjectHandle}s need to be loaded for your * field to render correctly on the view interface. * * This is a more specific version of @{method:getRequiredHandlePHIDs} which @@ -606,7 +606,7 @@ abstract class DifferentialFieldSpecification { /** - * Specify which @{class:PhabricatorObjectHandles} need to be loaded for your + * Specify which @{class:PhabricatorObjectHandle}s need to be loaded for your * field to render correctly on the list interface. * * This is a more specific version of @{method:getRequiredHandlePHIDs} which @@ -624,7 +624,7 @@ abstract class DifferentialFieldSpecification { /** - * Specify which @{class:PhabricatorObjectHandles} need to be loaded for your + * Specify which @{class:PhabricatorObjectHandle}s need to be loaded for your * field to render correctly on the edit interface. * * This is a more specific version of @{method:getRequiredHandlePHIDs} which @@ -639,7 +639,7 @@ abstract class DifferentialFieldSpecification { } /** - * Specify which @{class:PhabricatorObjectHandles} need to be loaded for your + * Specify which @{class:PhabricatorObjectHandle}s need to be loaded for your * field to render correctly on the commit message interface. * * This is a more specific version of @{method:getRequiredHandlePHIDs} which