Procházet zdrojové kódy

Fix a comment that had become a lie.

Justin Hileman před 8 roky
rodič
revize
89987ac890
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/Mustache/Compiler.php

+ 1 - 1
src/Mustache/Compiler.php

@@ -626,7 +626,7 @@ class Mustache_Compiler
     /**
      * Select the appropriate Context `find` method for a given $id.
      *
-     * The return value will be one of `find`, `findDot` or `last`.
+     * The return value will be one of `find`, `findDot`, `findAnchoredDot` or `last`.
      *
      * @see Mustache_Context::find
      * @see Mustache_Context::findDot