From f3ec96f425ee79c07664afb7267fe61b4f2c22ed Mon Sep 17 00:00:00 2001 From: Astro Date: Fri, 25 Sep 2020 22:55:48 +0200 Subject: [PATCH] channels: fix doc --- src/channels.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);