about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--lib/oldweb/class.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/oldweb/class.rhtml b/lib/oldweb/class.rhtml
index 9f8aec3..07e6791 100644
--- a/lib/oldweb/class.rhtml
+++ b/lib/oldweb/class.rhtml
@@ -46,7 +46,7 @@ id="<%= visibility %>-<%= type %>-<%= section.aref %>-method-details">
           seq ? " #{h(seq.strip)}" : "" %><%
         end %></b> <%= method_srclink(method) %></pre><%=
           method.comment ? method.description.strip : nd %><%
-        if method.calls_super %>Calls superclass method<%=
+        if method.calls_super %>Calls superclass method <%=
            method.superclass_method ?
            method.formatter.link(method.superclass_method.full_name,
                                  method.superclass_method.full_name) : nil