From b75f68ebaf5a9d66ae00a197ef2f68fa50038c16 Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Tue, 28 Dec 2010 00:30:25 -0800 Subject: [PATCH] fixed typo --- include/jsx_decoder.hrl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/jsx_decoder.hrl b/include/jsx_decoder.hrl index aeccead..82f1872 100644 --- a/include/jsx_decoder.hrl +++ b/include/jsx_decoder.hrl @@ -23,7 +23,7 @@ %% this is the implementation of the utf backends for the jsx decoder. it's %% included by the various jsx_utfxx.erl frontends and all modifications to -%% this file ?utfxshould take that into account +%% this file should take that into account -spec parser(OptsList::jsx_opts()) -> jsx_parser().