From ddc985fa056ce7f0ae58da9d590604d57e907c0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johanna=20S=C3=B6rng=C3=A5rd?= Date: Thu, 2 Nov 2023 15:47:42 +0100 Subject: [PATCH] grammar --- src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.rs b/src/config.rs index 77d7eaa..73e05e5 100644 --- a/src/config.rs +++ b/src/config.rs @@ -14,7 +14,7 @@ pub enum AllocationMode { } /// Monitors memory for bit-flips. -/// Won't work on ECC memory, and may not work on DDR5 and later memory modules since they contain onboard ECC. +/// Won't work on ECC memory, and may not work on DDR5 memory modules and later since they contain onboard ECC. /// The chance of detection scales with the physical size of your DRAM modules /// and the percentage of them you allocate to this program. #[derive(Parser, Debug)]