src/doc/commands: refactor `CmdCode` and `CmdEntityCode`
[nit.git] / src / doc / commands / commands_html.nit
index c712e6c..88ddfd1 100644 (file)
@@ -125,7 +125,7 @@ redef class CmdEntityLink
        end
 end
 
-redef class CmdEntityCode
+redef class CmdCode
        redef fun to_html do
                var output = render_code(node)
                if output == null then return ""