Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-hoffman committed Jan 2, 2024
1 parent f50c47b commit 5e36dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circuit_passes/src/bucket_interpreter/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ impl<'a: 'd, 'd> BucketInterpreter<'a, 'd> {
}

/****************************************************************************************************
* Private implemenation
* Private implementation
* Allows any number of calls to the internal "_execute*bucket" functions without adding source
* location information to the possible error report returned.
* The '_compute*' functions can be used successfully for instructions that do not modify the Env.
Expand Down

0 comments on commit 5e36dfe

Please sign in to comment.