From 966bbbc7be61a5b6709867cef68515793b38916d Mon Sep 17 00:00:00 2001 From: Ruud van Asseldonk Date: Tue, 22 Oct 2024 20:58:49 +0200 Subject: [PATCH] Fix typo in comment in build.rcl --- build.rcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.rcl b/build.rcl index 859bd06..8e9f2b2 100644 --- a/build.rcl +++ b/build.rcl @@ -1,5 +1,5 @@ // There are a lot of repetitive configuration files for CI and Rustup, we -// deduplicrate this using RCL version 0.5.0. +// deduplicate this using RCL version 0.5.0. // Rebuild the files by running `rcl build`. // The minimum supported Rust version (MSRV).