diff --git a/src/channels.rs b/src/channels.rs index 14cd06d..eb46b13 100644 --- a/src/channels.rs +++ b/src/channels.rs @@ -252,7 +252,7 @@ impl Channels { /// Calibrate the I_SET DAC using the DAC_FB ADC pin. /// - /// These loops perform a width-first search for the DAC setting + /// These loops perform a breadth-first search for the DAC setting /// that will produce a `target_voltage`. pub fn calibrate_dac_value(&mut self, channel: usize) { let target_voltage = ElectricPotential::new::(2.5);