Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoontz committed Sep 11, 2024
1 parent 90cf86f commit 70c1246
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/menard/generate.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -475,8 +475,8 @@
:fail-path (diag/fail-path lexeme spec)
:unify (unify lexeme spec)
:l-value (u/get-in lexeme fail-path)
:s-value (u/get-in spec fail-path lexeme spec)}
{:unify (unify lexeme spec)}))))
:s-value (u/get-in spec fail-path lexeme spec)})
{:unify (unify lexeme spec)})))

(filter (fn [{lexeme :lexeme
unify :unify
Expand Down

0 comments on commit 70c1246

Please sign in to comment.