From 723ac37053a4189c3f120dfd0106a3e675570075 Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Thu, 28 Mar 2013 16:48:00 -0400 Subject: [PATCH] s/an/a/ --- src/Mustache/Loader/InlineLoader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mustache/Loader/InlineLoader.php b/src/Mustache/Loader/InlineLoader.php index 835fbf1..1463bf8 100644 --- a/src/Mustache/Loader/InlineLoader.php +++ b/src/Mustache/Loader/InlineLoader.php @@ -10,7 +10,7 @@ */ /** - * An Mustache Template loader for inline templates. + * A Mustache Template loader for inline templates. * * With the InlineLoader, templates can be defined at the end of any PHP source * file: