Skip to content

Commit

Permalink
Merge pull request #226 from GoodDaisy/main
Browse files Browse the repository at this point in the history
chore: fix typos
  • Loading branch information
irakliyk authored Nov 5, 2023
2 parents 772e6ad + 3b8fb7e commit 08f9d9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion air/src/air/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ impl<B: StarkField> AirContext<B> {
// make sure the composition polynomial can be computed correctly with the specified
// number of exemptions.
// The `ce_blowup` factor puts a ceiling on the maximal degree of a constraint composition
// polynomial we can accomodate. On the other hand, adding exemption points reduces the
// polynomial we can accommodate. On the other hand, adding exemption points reduces the
// degree of the divisor which results in an increase of the resulting constraint composition
// polynomial.Thus we need to check that the number of exemption points is not too large
// given the above.
Expand Down
2 changes: 1 addition & 1 deletion air/src/proof/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ impl Context {
impl<E: StarkField> ToElements<E> for Context {
/// Converts this [Context] into a vector of field elements.
///
/// The elements are layed out as follows:
/// The elements are laid out as follows:
/// - trace layout info [1 or more elements].
/// - field modulus bytes [2 field elements].
/// - field extension and FRI parameters [1 element].
Expand Down

0 comments on commit 08f9d9d

Please sign in to comment.