Skip to content

Commit

Permalink
Fix: a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
moatom committed Feb 8, 2025
1 parent 49f6949 commit 23a3c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/strymonas/Code.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ enum Annot[A] {
case class Cde[A](sta: Annot[A], dyn: CodeRaw.Cde[A])

/**
* The Scala's code generator which applies online partial evaluation
* The Scala's code generator which applies offline partial evaluation
*/
object Code extends CdeSpec[Cde] {
type Compiler = staging.Compiler
Expand Down

0 comments on commit 23a3c8e

Please sign in to comment.