From 0c6a4bee82c62a522f69756f0d233ec637cd1a7a Mon Sep 17 00:00:00 2001 From: Aztec Bot <49558828+AztecBot@users.noreply.github.com> Date: Thu, 2 Jan 2025 10:38:56 -0500 Subject: [PATCH] chore: redo typo PR by petryshkaCODE (#10993) Thanks petryshkaCODE for https://github.com/AztecProtocol/aztec-packages/pull/10982. Our policy is to redo typo changes to dissuade metric farming. This is an automated script. --- .../cpp/src/barretenberg/boomerang_value_detection/graph.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/barretenberg/cpp/src/barretenberg/boomerang_value_detection/graph.cpp b/barretenberg/cpp/src/barretenberg/boomerang_value_detection/graph.cpp index 1fe02660f08..03c31e53137 100644 --- a/barretenberg/cpp/src/barretenberg/boomerang_value_detection/graph.cpp +++ b/barretenberg/cpp/src/barretenberg/boomerang_value_detection/graph.cpp @@ -289,7 +289,7 @@ bool Graph_::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 @@ -821,4 +821,4 @@ template void Graph_::print_variables_edge_counts() } } -template class Graph_; \ No newline at end of file +template class Graph_;