Skip to content

Commit

Permalink
Minor changes (#33)
Browse files Browse the repository at this point in the history
* fix: these should not be escaped

* minor: formatting to error message
  • Loading branch information
CGMossa authored Jul 2, 2024
1 parent 25a9024 commit 862ca54
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion blog/posts/2024-06-30-extendr-release-070/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ For example migrating from to 0.7.0 in the package
[`{arcgisplaces}`](https://cran.r-project.org/package=arcgisplaces) results in
the compiler error:

```
```rust
error[E0308]: mismatched types
--> src/lib.rs:15:13
|
Expand Down
8 changes: 4 additions & 4 deletions user-guide/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ This book is not intended to be a comprehensive introduction to Rust. While do
go over some of the basics, more often than not, concepts are introduced only to
help explain extendr tools. That said, we do try to include copious references
and links to additional resources that the reader can follow to learn more about
specific topics. Of course, the biggest reference will be \["The
Book"\](<https://doc.rust-lang.org/stable/book/>).
specific topics. Of course, the biggest reference will be ["The
Book"](<https://doc.rust-lang.org/stable/book/>).

This book is also not intended to be a comprehensive guide to R package
development! There are, quite frankly, better resources for that, notably \[R
Packages (2e)\](<https://r-pkgs.org/>). As with Rust specifics, we will strive
development! There are, quite frankly, better resources for that, notably [R
Packages (2e)](<https://r-pkgs.org/>). As with Rust specifics, we will strive
to point you in the right direction to get more details and advice when you need
it.

0 comments on commit 862ca54

Please sign in to comment.