From 66163bfa9e512e90c83d8f2f7756034188141f6f Mon Sep 17 00:00:00 2001 From: Alberson Miranda Date: Mon, 6 Jan 2025 17:53:47 -0300 Subject: [PATCH] docs: fix type in readme and msrv.r --- inst/templates/msrv.R | 4 ++-- tests/testthat/_snaps/use_extendr.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/inst/templates/msrv.R b/inst/templates/msrv.R index baa33aac..59a61ab2 100644 --- a/inst/templates/msrv.R +++ b/inst/templates/msrv.R @@ -36,7 +36,7 @@ no_cargo_msg <- c( "Alternatively, you may install Cargo from your OS package manager:", " - Debian/Ubuntu: apt-get install cargo", " - Fedora/CentOS: dnf install cargo", - " - macOS: brew install rustc", + " - macOS: brew install rust", "-------------------------------------------------------------------" ) @@ -49,7 +49,7 @@ no_rustc_msg <- c( "Alternatively, you may install Rust from your OS package manager:", " - Debian/Ubuntu: apt-get install rustc", " - Fedora/CentOS: dnf install rustc", - " - macOS: brew install rustc", + " - macOS: brew install rust", "-------------------------------------------------------------------" ) diff --git a/tests/testthat/_snaps/use_extendr.md b/tests/testthat/_snaps/use_extendr.md index 6d53afcf..5a9fd295 100644 --- a/tests/testthat/_snaps/use_extendr.md +++ b/tests/testthat/_snaps/use_extendr.md @@ -103,7 +103,7 @@ "Alternatively, you may install Cargo from your OS package manager:", " - Debian/Ubuntu: apt-get install cargo", " - Fedora/CentOS: dnf install cargo", - " - macOS: brew install rustc", + " - macOS: brew install rust", "-------------------------------------------------------------------" ) @@ -116,7 +116,7 @@ "Alternatively, you may install Rust from your OS package manager:", " - Debian/Ubuntu: apt-get install rustc", " - Fedora/CentOS: dnf install rustc", - " - macOS: brew install rustc", + " - macOS: brew install rust", "-------------------------------------------------------------------" )