From 246f5794b5e08a107888430667d11b2aa16d7cbd Mon Sep 17 00:00:00 2001 From: Jakub Jankiewicz Date: Thu, 12 Dec 2024 00:11:12 +0100 Subject: [PATCH] (docs) grammar fix #395 --- docs/docs/scheme-intro/macros.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/scheme-intro/macros.md b/docs/docs/scheme-intro/macros.md index ff7a9096..81f5e66b 100644 --- a/docs/docs/scheme-intro/macros.md +++ b/docs/docs/scheme-intro/macros.md @@ -452,8 +452,8 @@ The macro works exactly the same as previous one: ``` ### Identifiers -Inside macros you can add identifiers can can be used like keywords from other programming languages. They match only -if literal symbol was used and it was not shadowed (overwritten) by variable with same name. +Inside macros you can add identifiers. They can be used like keywords from other programming languages. They match only +if literal symbol was used, and it was not shadowed (overwritten) by variable with same name. ```scheme (define-syntax for