Skip to content

Commit

Permalink
doc: fixed a reference
Browse files Browse the repository at this point in the history
  • Loading branch information
CGMossa committed Feb 26, 2024
1 parent b7e8eca commit b835eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extendr-api/src/rmacros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ macro_rules! reprintln {

/// Macro for running tests.
///
/// This starts up the underlying `extendr_engine` so that interactions with R will work.
/// This starts up the underlying [extendr-engine] so that interactions with R will work.
/// Additionally, this allows us to use `?` in example code instead of `unwrap()`.
///
/// **Note:** This macro is meant to be used in test code (annotated with
Expand Down

0 comments on commit b835eb0

Please sign in to comment.