From 89987ac89076f3a8f08863d558b94be2f8da211f Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Mon, 3 Jul 2017 00:16:21 -0700 Subject: [PATCH] Fix a comment that had become a lie. --- src/Mustache/Compiler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mustache/Compiler.php b/src/Mustache/Compiler.php index 944d705..610369e 100644 --- a/src/Mustache/Compiler.php +++ b/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