From 3170fd9a93f9844a155e4f0e01500ab4c9a0bb4b Mon Sep 17 00:00:00 2001 From: chriseth Date: Mon, 12 Jun 2017 17:50:03 +0200 Subject: Formatting of heading. --- docs/abi-spec.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/abi-spec.rst b/docs/abi-spec.rst index b79bb613..66a3befd 100644 --- a/docs/abi-spec.rst +++ b/docs/abi-spec.rst @@ -157,7 +157,8 @@ on the type of `X` being Note that for any `X`, `len(enc(X))` is a multiple of 32. -## Function Selector and Argument Encoding +Function Selector and Argument Encoding +======================================= All in all, a call to the function `f` with parameters `a_1, ..., a_n` is encoded as -- cgit