From 2a98c4d1b8036b5f737ff61052218f192b3b22a6 Mon Sep 17 00:00:00 2001 From: Indrajeet Patil Date: Tue, 14 May 2024 22:03:28 +0200 Subject: [PATCH] Update strict.Rmd --- vignettes/strict.Rmd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vignettes/strict.Rmd b/vignettes/strict.Rmd index 880a5db10..13ad2509d 100644 --- a/vignettes/strict.Rmd +++ b/vignettes/strict.Rmd @@ -58,12 +58,11 @@ function() 1 ~ more() # comment ``` -- More than one line break is tolerated before closing curly brace and line breaks between curly and round braces are not removed. +- Line breaks between curly and round braces are not removed. ```{styler} test({ 1 - } ) ```