From 656d14db8bea59bb9a6d9321530df1f14a9e2ab4 Mon Sep 17 00:00:00 2001 From: John Zimmerman <140193884+zimmerman-dev@users.noreply.github.com> Date: Thu, 16 Oct 2025 13:27:51 -0500 Subject: [PATCH] docs: format two unescaped printf references with backticks (#4578) --- doc/syntax.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/syntax.md b/doc/syntax.md index b628a56f..ac512823 100644 --- a/doc/syntax.md +++ b/doc/syntax.md @@ -251,7 +251,7 @@ The available integer presentation types are:
'b''#'
- option with this type adds the prefix "0b" to the output value.
+ option with this type adds the prefix "0b" to the output value.