Skip to content

Commit

Permalink
remove suffix in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dopsi committed Aug 19, 2019
1 parent 64432d1 commit 803c1f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/circuit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ impl Circuit {
/// let mut circuit = Circuit::default();
/// /* Configure updaters */
///
/// let mut clock_cycles = 0_u32;
/// let mut clock_cycles = 0;
/// while circuit.tick() && clock_cycles < 100 { // 100 is a arbitrary value, to avoid looping if we have an oscillating circuit
/// clock_cycles += 1;
/// }
Expand Down

0 comments on commit 803c1f2

Please sign in to comment.