From 21f469236bcdbf6da72ff6ac1235f3c1ce08ae99 Mon Sep 17 00:00:00 2001 From: scott snyder <sss@karma> Date: Mon, 11 Mar 2024 15:08:26 -0400 Subject: [PATCH] fix formatting --- rules.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules.org b/rules.org index bb4cd48..412ae2a 100644 --- a/rules.org +++ b/rules.org @@ -3196,7 +3196,7 @@ foo( 1, 2, 3 ) fix the whole thing, or code to match. - - *Prefer* =using= *to* =typedef=*.* [<<prefer-using>>] + - *Prefer* =using= *to* =typedef=. [<<prefer-using>>] To declare a type alias, prefer the newer =using= syntax: #+BEGIN_EXAMPLE -- GitLab