From 24ef4ef649217412176927dd3c2f6d8d62603afc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emrehan=20T=C3=BCz=C3=BCn?= Date: Thu, 9 Jul 2015 12:41:58 +0300 Subject: [PATCH] Fix an example code --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c9a4b5..88f1378 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ following differences: 1. They have transient counterparts: - (persistent! (assoc! (transient (avl/sorted-map) 0 0))) + (persistent! (assoc! (transient (avl/sorted-map)) 0 0)) ;= {0 0} and use transients during construction: