From ef01e25d473c9415924f033fe1798d03d99da1aa Mon Sep 17 00:00:00 2001 From: Rob Rix Date: Fri, 9 Oct 2015 08:40:57 -0400 Subject: [PATCH] =?UTF-8?q?Change=20Syntax=E2=80=99s=20JSON=20heading.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- prototype/Doubt/Syntax.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prototype/Doubt/Syntax.swift b/prototype/Doubt/Syntax.swift index cf170e7ba..2c79f54bf 100644 --- a/prototype/Doubt/Syntax.swift +++ b/prototype/Doubt/Syntax.swift @@ -86,7 +86,7 @@ extension Syntax where Recur: Hashable, A: Hashable { } -// MARK: - JSONConvertible +// MARK: - JSON extension Syntax { public func JSON(ifLeaf ifLeaf: A -> Doubt.JSON, ifRecur: Recur -> Doubt.JSON) -> Doubt.JSON {