Skip to content

Commit

Permalink
minor readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
irakliyk committed Apr 29, 2022
1 parent 5a82f9e commit 23bad0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ impl Air for WorkAir {
type PublicInputs = PublicInputs;

// Here, we'll construct a new instance of our computation which is defined by 3 parameters:
// starting value, number of steps, and the end result. Another way to think about it is that
// an instance of our computation is a specific invocation of the do_work() function.
// starting value, number of steps, and the end result. Another way to think about it is
// that an instance of our computation is a specific invocation of the do_work() function.
fn new(trace_info: TraceInfo, pub_inputs: PublicInputs, options: ProofOptions) -> Self {
// our execution trace should have only one column.
assert_eq!(1, trace_info.width());
Expand Down

0 comments on commit 23bad0d

Please sign in to comment.