Skip to content

Commit

Permalink
(docs) grammar fix #395
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Dec 11, 2024
1 parent a623d43 commit 246f579
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/scheme-intro/macros.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 246f579

Please sign in to comment.