瀏覽代碼

Fix this mention too :)

Justin Hileman 12 年之前
父節點
當前提交
5d186b134b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Mustache/Engine.php

+ 1 - 1
src/Mustache/Engine.php

@@ -155,7 +155,7 @@ class Mustache_Engine
     /**
      * Shortcut 'render' invocation.
      *
-     * Equivalent to calling `$mustache->loadTemplate($template)->render($data);`
+     * Equivalent to calling `$mustache->loadTemplate($template)->render($context);`
      *
      * @see Mustache_Engine::loadTemplate
      * @see Mustache_Template::render