From 2f0c275c6c441f7c46f3bcbe76aadddd86e6daa0 Mon Sep 17 00:00:00 2001 From: Marius Schulz Date: Fri, 3 Apr 2015 23:00:53 +0200 Subject: [PATCH] Corrects file extension --- src/parser.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/parser.coffee b/src/parser.coffee index 2cb61b0d..06c81d4f 100644 --- a/src/parser.coffee +++ b/src/parser.coffee @@ -1,2 +1,2 @@ # This file is a placeholder for browser bundling purposes. -# See /src/grammar.pegjs for the file that creates /lib/parser.js +# See /src/grammar.pegcoffee for the file that creates /lib/parser.js