From 98704ddd1a8b1cf715e56f2f64bccbfa4615fd43 Mon Sep 17 00:00:00 2001 From: Gregor Best Date: Tue, 28 Jul 2015 17:37:50 +0200 Subject: [PATCH] fix typo --- docs/language/core.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/language/core.rst b/docs/language/core.rst index 297e137..d3f5920 100644 --- a/docs/language/core.rst +++ b/docs/language/core.rst @@ -1068,7 +1068,7 @@ if *from-file* ends before a complete expression can be parsed. read-str -------- -Usage: ``(read "string")`` +Usage: ``(read-str "string")`` This is essentially a wrapper around `read` which reads expressions from a string: