From b513ca1f7e302e40bf0f2044a535648b10305a74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20=C5=9Aliwak?= Date: Wed, 14 Jul 2021 17:55:27 +0200 Subject: [PATCH] ir-breaking-changes.rst: Fix too short header frame --- docs/ir/ir-breaking-changes.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ir/ir-breaking-changes.rst b/docs/ir/ir-breaking-changes.rst index 29b548654..c9c0936cc 100644 --- a/docs/ir/ir-breaking-changes.rst +++ b/docs/ir/ir-breaking-changes.rst @@ -1,6 +1,6 @@ -******************************** +********************************* Solidity IR-based Codegen Changes -******************************** +********************************* This section highlights the main differences between the old and the IR-based codegen, along with the reasoning behind the changes and how to update affected code.