Skip to content

Commit

Permalink
s/amount/number/
Browse files Browse the repository at this point in the history
  • Loading branch information
aborgna-q committed Sep 15, 2023
1 parent e06db51 commit 9a7d253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/circuit/units.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pub struct Units<UL = DefaultUnitLabeller> {
types: TypeRow,
/// The current index in the type row.
pos: usize,
/// The amount of linear units yielded so far.
/// The number of linear units yielded so far.
linear_count: usize,
/// A pre-set assignment of units that maps linear ports to
/// [`CircuitUnit::Linear`] ids.
Expand Down

0 comments on commit 9a7d253

Please sign in to comment.