Skip to content

Commit

Permalink
paper Switch 2 typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DKormann committed Oct 24, 2024
1 parent 6542760 commit d8cd006
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion paper/HVM2.typst
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,12 @@ $
],
[
#smallcaps[(#strong[swit]ch 2)]
#math.frac(`#n+1 ~ ?(A B)`, `A ~ (* (#n B))`)
#math.frac(`#n+1 ~ ?(A B)`,
```
A ~ (* x)
# ~ (x B)
```
)
],
)
#v(2em)
Expand Down

0 comments on commit d8cd006

Please sign in to comment.