]> git.mxchange.org Git - core.git/blobdiff - inc/classes/interfaces/menu/class_RenderableMenu.php
Added very basic support (unfinished) for menu rendering
[core.git] / inc / classes / interfaces / menu / class_RenderableMenu.php
index bf0a3abae9d61fcd86a5c663ce0d987b75c9a932..8b0281c2e403184b3c0e834bb79d10cd2ebef389 100644 (file)
@@ -31,7 +31,7 @@ interface RenderableMenu extends FrameworkInterface {
        function renderMenu ();
 
        /**
-        * Transfers the rendered menu to a given templatex engine by assigning
+        * Transfers the rendered menu to a given template engine by assigning
         * the rendered content with a template variable.
         *
         * @2param      $templateInstance       An instance of a CompileableTemplate class