From ba62330a6efcf9deac5252e2a95e998b3ce419a5 Mon Sep 17 00:00:00 2001 From: Mike Hearn Date: Thu, 18 Feb 2016 17:47:20 +0100 Subject: [PATCH] Minor: fix a small bug in the tutorial.rst doc file --- docs/source/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/tutorial.rst b/docs/source/tutorial.rst index a9231cd3f2..88541d8a84 100644 --- a/docs/source/tutorial.rst +++ b/docs/source/tutorial.rst @@ -637,7 +637,7 @@ the exact message). Adding a generation API to your contract --------------------------------------- +---------------------------------------- Contract classes **must** provide a verify function, but they may optionally also provide helper functions to simplify their usage. A simple class of functions most contracts provide are *generation functions*, which either create or