Skip to content

Commit c678574

Browse files
committed
(docs) fix grammar error
1 parent d1730c1 commit c678574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/scheme-intro/macros.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ If you try to evaluate the macro, you will get proper results:
180180

181181
:::warning
182182

183-
You can think that `gensym` is the ultime soltuion to variable capture in Scheme, but it's
183+
You can think that `gensym` is the ultime solution to variable capture in Scheme, but it's
184184
not. Consider a macro that use `list` or `begin` or any common name, inside and if user decide to
185185
use them as a variable. It's hard to write any complex code without so called [Hygienic
186186
Macros](#scheme-hygienic-macros).

0 commit comments

Comments
 (0)