From 163a578eab145c0748c93800647fcbad5253bbc5 Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Wed, 6 Mar 2013 02:22:43 -0800 Subject: [PATCH] minor edits to incomplete/error_handler section --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 709d897..8f75bb2 100644 --- a/README.markdown +++ b/README.markdown @@ -308,8 +308,8 @@ jsx functions all take a common set of options. not all flags have meaning in al F(Remaining, InternalState, Config) -> any() Remaining = binary() | term() - InternalState = any() - Config = tuple() + InternalState = opaque() + Config = list() ``` `Remaining` is the binary fragment or term that caused the error