Skip to content

Commit fa81bd0

Browse files
committed
Merge pull request wisp-lang#84 from Bbarrett/master
Fix small typos
2 parents 27f91d6 + 31a64bd commit fa81bd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/analyzer.wisp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@
625625
(install-special! :fn analyze-fn)
626626

627627
(defn parse-references
628-
"Takes part of namespace difinition and creates hash
628+
"Takes part of namespace definition and creates hash
629629
of reference forms"
630630
[forms]
631631
(reduce (fn [references form]
@@ -763,7 +763,7 @@
763763
:context - One of the following :statement, :expression, :return. That
764764
information is included in resulting nodes and is meant for
765765
writer that may output different forms based on context.
766-
:ns - Namespace of the forms being analized.
766+
:ns - Namespace of the forms being analyzed.
767767
768768
Analyzer performs all the macro & syntax expansions and transforms form
769769
into AST node of an expression. Each such node contains at least following

0 commit comments

Comments
 (0)