From b835eb037ef446e85804c02e7af5e6106a0242dc Mon Sep 17 00:00:00 2001 From: Mossa Date: Mon, 26 Feb 2024 01:13:14 +0100 Subject: [PATCH] doc: fixed a reference --- extendr-api/src/rmacros.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extendr-api/src/rmacros.rs b/extendr-api/src/rmacros.rs index b4426d4ccf..ac27d638a5 100644 --- a/extendr-api/src/rmacros.rs +++ b/extendr-api/src/rmacros.rs @@ -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