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)