From b1b4c8079eaa97bdb13a90a05d2aefc7698a736a Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Wed, 22 Nov 2000 04:33:15 +0000 Subject: [PATCH] fixed html typo [SVN r8288] --- docs/MutableGraph.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/MutableGraph.html b/docs/MutableGraph.html index a3f3ef2b..6c972d26 100644 --- a/docs/MutableGraph.html +++ b/docs/MutableGraph.html @@ -84,7 +84,7 @@ Postcondition: (u,v) is no longer in the edge set for remove_edge(e, g) Remove the edge e from the graph.
-Return type: void<>
+Return type: void
Precondition: e is an edge in the graph.
Postcondition: e is no longer in the edge set for g.