Skip to content

Commit

Permalink
chore: redo typo PR by petryshkaCODE (#10993)
Browse files Browse the repository at this point in the history
Thanks petryshkaCODE for
#10982. Our policy
is to redo typo changes to dissuade metric farming. This is an automated
script.
  • Loading branch information
AztecBot authored Jan 2, 2025
1 parent da36da4 commit 0c6a4be
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ bool Graph_<FF>::check_is_not_constant_variable(bb::UltraCircuitBuilder& ultra_c
}

/**
* @brief this method adds connection between 2 variables, if they are in one gate, they are not constrant variables,
* @brief this method adds connection between 2 variables, if they are in one gate, they are not constraint variables,
* and they have different indexes
* @tparam FF
* @param ultra_circuit_builder
Expand Down Expand Up @@ -821,4 +821,4 @@ template <typename FF> void Graph_<FF>::print_variables_edge_counts()
}
}

template class Graph_<bb::fr>;
template class Graph_<bb::fr>;

0 comments on commit 0c6a4be

Please sign in to comment.