From 305a9c66a64285e77a6ffbb58345f80bbc7b0b93 Mon Sep 17 00:00:00 2001 From: husky Date: Thu, 20 Jul 2023 05:03:54 -0700 Subject: [PATCH] fix typo in comment --- src/arch/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arch/mod.rs b/src/arch/mod.rs index ed2466b..36024a3 100644 --- a/src/arch/mod.rs +++ b/src/arch/mod.rs @@ -1,5 +1,5 @@ // # Note to developers: -// architecture-specific code may be tested via the usage of a filein the following +// architecture-specific code may be tested via the usage of a file in the following // path: `/.cargo/config`. (where `/` is the root of the project) // the file should contain the following: // ```