We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1730c1 commit c678574Copy full SHA for c678574
docs/docs/scheme-intro/macros.md
@@ -180,7 +180,7 @@ If you try to evaluate the macro, you will get proper results:
180
181
:::warning
182
183
-You can think that `gensym` is the ultime soltuion to variable capture in Scheme, but it's
+You can think that `gensym` is the ultime solution to variable capture in Scheme, but it's
184
not. Consider a macro that use `list` or `begin` or any common name, inside and if user decide to
185
use them as a variable. It's hard to write any complex code without so called [Hygienic
186
Macros](#scheme-hygienic-macros).
0 commit comments