Skip to content

Commit 18d6c22

Browse files
committed
Fix a few typos
1 parent 64c1bdb commit 18d6c22

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

_drafts/2025-09-07-fn-star-talkin-bout-my-generation.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,7 @@ Note: Do not confuse `NewInstanceExpr` with `NewExpr` -- the latter represents a
3535

3636
Doesn't seem like much? It's packed. And dependent on a some other goodies that we will get to shortly.
3737

38-
##
38+
## Out of control
39+
40+
41+

_posts/2025-09-03-iseq-clarity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ date: 2025-09-03 00:00:00 -0500
55
categories: general
66
---
77

8-
How the Clojure analyzer process an `ISeq`
8+
How the Clojure analyzer processes an `ISeq`.
99

1010

1111
The `ISeq` analyzer is `Compiler.AnalyzeSeq`. It receives an `ISeq`, which will be of the form `(op ...args...)`.

0 commit comments

Comments
 (0)