Skip to content

Commit

Permalink
update docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
plafer committed Feb 20, 2024
1 parent 9cdd508 commit 9d3296f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion prover/src/trace/trace_lde/default/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ where
self.blowup
}

/// Returns the trace layout of the execution trace.
/// Returns the trace info of the execution trace.
fn trace_info(&self) -> &TraceInfo {
&self.trace_info
}
Expand Down
2 changes: 1 addition & 1 deletion prover/src/trace/trace_lde/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ pub trait TraceLde<E: FieldElement>: Sync {
/// Returns blowup factor which was used to extend original execution trace into trace LDE.
fn blowup(&self) -> usize;

/// Returns the trace layout of the execution trace.
/// Returns the trace info of the execution trace.
fn trace_info(&self) -> &TraceInfo;
}

0 comments on commit 9d3296f

Please sign in to comment.