From 40662e8c3de9af6399feabee9ffc7131d3dc7bc9 Mon Sep 17 00:00:00 2001 From: Jakub Jankiewicz Date: Mon, 14 Oct 2024 20:44:54 +0200 Subject: [PATCH] (docs) better wording --- docs/docs/scheme-intro/data-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/scheme-intro/data-types.md b/docs/docs/scheme-intro/data-types.md index 862249a7..31fc474a 100644 --- a/docs/docs/scheme-intro/data-types.md +++ b/docs/docs/scheme-intro/data-types.md @@ -297,7 +297,7 @@ The result expression will look like this: ### Quotation of quotation -If you quote the quotation, you will get expression that change special symbols with S-Expressions: +If you quote the quotation, you will get a single expression where special symbols are replaced with a list: ```scheme ''(1 2 3)