From 0be6d87a4512e3f24a9cd681277291136ae2214a Mon Sep 17 00:00:00 2001 From: Jonathan Lomas Date: Thu, 19 Jul 2012 09:49:10 -0700 Subject: [PATCH] Fixed some @{method} links in the PhabricatorEdgeEditor documentation. --- src/infrastructure/edges/editor/PhabricatorEdgeEditor.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/infrastructure/edges/editor/PhabricatorEdgeEditor.php b/src/infrastructure/edges/editor/PhabricatorEdgeEditor.php index 77653e89be..85e4ad3591 100644 --- a/src/infrastructure/edges/editor/PhabricatorEdgeEditor.php +++ b/src/infrastructure/edges/editor/PhabricatorEdgeEditor.php @@ -52,7 +52,7 @@ final class PhabricatorEdgeEditor { /** * Add a new edge (possibly also adding its inverse). Changes take effect when - * you call @{method:save()}. If the edge already exists, it will not be + * you call @{method:save}. If the edge already exists, it will not be * overwritten. Removals queued with @{method:removeEdge} are executed before * adds, so the effect of removing and adding the same edge is to overwrite * any existing edge. @@ -81,7 +81,7 @@ final class PhabricatorEdgeEditor { /** * Remove an edge (possibly also removing its inverse). Changes take effect - * when you call @{method:save()}. If an edge does not exist, the removal + * when you call @{method:save}. If an edge does not exist, the removal * will be ignored. Edges are added after edges are removed, so the effect of * a remove plus an add is to overwrite. *