From b17e2c8db57763a6dfbd654fce06c5a87c35ee97 Mon Sep 17 00:00:00 2001 From: Sebastien La Duca Date: Fri, 29 Apr 2022 15:47:00 +0200 Subject: [PATCH] fmt --- starky/src/stark.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starky/src/stark.rs b/starky/src/stark.rs index b2efc4ed..a130d283 100644 --- a/starky/src/stark.rs +++ b/starky/src/stark.rs @@ -61,7 +61,7 @@ pub trait Stark, const D: usize>: Sync { /// Evaluate constraints at a vector of points from the degree `D` extension field. This is like /// `eval_ext`, except in the context of a recursive circuit. - /// Note: constraints must be added through`yeld_constr.constraint(builder, constraint)` in the + /// Note: constraints must be added through`yeld_constr.constraint(builder, constraint)` in the /// same order as they are given in `eval_packed_generic`. fn eval_ext_recursively( &self,