From 55a053b33dd8d7a9c7a735702ee3bd9e18858c13 Mon Sep 17 00:00:00 2001 From: boyned//Kampfkarren Date: Sat, 19 Oct 2019 22:41:53 -0700 Subject: [PATCH] Fix typo in enum representations docs --- _src/enum-representations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_src/enum-representations.md b/_src/enum-representations.md index 5bb900d3..c0e8b4d7 100644 --- a/_src/enum-representations.md +++ b/_src/enum-representations.md @@ -90,7 +90,7 @@ enum Block { # fn main() {} ``` -This representation is common the Haskell world. Written in JSON syntax: +This representation is common in the Haskell world. Written in JSON syntax: ```json {"t": "Para", "c": [{...}, {...}]}