Skip to content

Commit

Permalink
test: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
boray committed Nov 20, 2024
1 parent e54cb3e commit bd529b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/examples/zkprogram/recursive-program.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { SelfProof, Field, ZkProgram } from 'o1js';

export const RecusiveProgram = ZkProgram({
export const RecursiveProgram = ZkProgram({
name: 'recursive-program',
publicInput: Field,

Expand Down

0 comments on commit bd529b8

Please sign in to comment.