Fix a comment that had become a lie.

This commit is contained in:
Justin Hileman
2017-07-03 00:16:21 -07:00
parent 6a527de467
commit 89987ac890
+1 -1
View File
@@ -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