From 06622670af3387a815a33e6413c139c6c209abe4 Mon Sep 17 00:00:00 2001 From: Damiano Oldoni Date: Tue, 23 Jul 2024 15:25:44 +0200 Subject: [PATCH] Remove typo and and --- man.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man.Rmd b/man.Rmd index 44209f3d4..db0716c24 100644 --- a/man.Rmd +++ b/man.Rmd @@ -253,7 +253,7 @@ Example: ``` **Square brackets for an auto-linked function**: Enclose text like `somefunction()` and `somepackage::somefunction()` in square brackets to get an automatic link to that function's documentation. -Be sure to include the trailing parentheses, because it's good style and and it causes the function to be formatted as code, i.e. you don't need to add backticks. +Be sure to include the trailing parentheses, because it's good style and it causes the function to be formatted as code, i.e. you don't need to add backticks. Example: ```{r}