From 76df65b19d3ed42636a1a3a50e9d5eac2253cbd6 Mon Sep 17 00:00:00 2001 From: Sergey Yelin Date: Wed, 15 Apr 2015 18:05:35 +0300 Subject: [PATCH] Update README.md Remove unused spec from encode/1,2 doc --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 77b1238..ad1732f 100644 --- a/README.md +++ b/README.md @@ -517,7 +517,6 @@ encode(Term, Opts) -> JSON Term = json_term() JSON = json_text() Opts = [option() | space | {space, N} | indent | {indent, N}] - F = fun((any()) -> any()) N = pos_integer() ```