From af044f2f117c8e11abe9f4fb7b569fd8e7f444b7 Mon Sep 17 00:00:00 2001 From: Clay McLeod <3411613+claymcleod@users.noreply.github.com> Date: Mon, 25 Apr 2022 21:15:16 -0500 Subject: [PATCH] doc: fixes typo in Variant struct --- src/model.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/model.rs b/src/model.rs index 2de938d..42ae86b 100644 --- a/src/model.rs +++ b/src/model.rs @@ -41,7 +41,7 @@ pub struct Variant { pub temperature_max: i32, /// The minimum voltage. pub voltage_min: f32, - /// The maximum voltate. + /// The maximum voltage. pub voltage_max: f32, /// The max clock speed in Hz. pub speed_max_hz: u64,