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.