From f1d60ecf816343001389e8c41c0a9b62c0039d68 Mon Sep 17 00:00:00 2001 From: Nathan BeDell Date: Wed, 13 Aug 2014 15:24:18 -0400 Subject: [PATCH] Fixed spelling. (derp) --- sintrastes/ideas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sintrastes/ideas.md b/sintrastes/ideas.md index ca9ec3d..1597a0f 100644 --- a/sintrastes/ideas.md +++ b/sintrastes/ideas.md @@ -1,7 +1,7 @@ Algebraic Data Types ==================== -While oftentimes Python's classes in built in data types get by, I think that Python would be enriched with the addition of a nice syntax for algebraic data types. +While oftentimes Python's classes and built in data types get by, I think that Python would be enriched with the addition of a nice syntax for algebraic data types. This new syntax might look somewhat like this: