From c5ae22db86bf28f92bcb38f041c3d4673d28070b Mon Sep 17 00:00:00 2001 From: minaminao Date: Tue, 28 Mar 2023 22:53:57 +0900 Subject: [PATCH] Wrap numbers in backquotes --- docs/ir-breaking-changes.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ir-breaking-changes.rst b/docs/ir-breaking-changes.rst index 2d972baa7..f8a6cceb3 100644 --- a/docs/ir-breaking-changes.rst +++ b/docs/ir-breaking-changes.rst @@ -174,8 +174,8 @@ hiding new and different behavior in existing code. The function ``preincr_u8(1)`` returns the following values: - - Old code generator: 3 (``1 + 2``) but the return value is unspecified in general - - New code generator: 4 (``2 + 2``) but the return value is not guaranteed + - Old code generator: ``3`` (``1 + 2``) but the return value is unspecified in general + - New code generator: ``4`` (``2 + 2``) but the return value is not guaranteed .. index:: ! evaluation order; function arguments