Skip to content

Commit

Permalink
docs: fix type in readme and msrv.r
Browse files Browse the repository at this point in the history
  • Loading branch information
albersonmiranda committed Jan 6, 2025
1 parent 93b8bd5 commit 66163bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions inst/templates/msrv.R
Original file line number Diff line number Diff line change
Expand Up @@ -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",
"-------------------------------------------------------------------"
)

Expand All @@ -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",
"-------------------------------------------------------------------"
)

Expand Down
4 changes: 2 additions & 2 deletions tests/testthat/_snaps/use_extendr.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
"-------------------------------------------------------------------"
)
Expand All @@ -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",
"-------------------------------------------------------------------"
)
Expand Down

0 comments on commit 66163bf

Please sign in to comment.