From 66ee9aa2f1d5af5dbabd6699e98935261d49558c Mon Sep 17 00:00:00 2001 From: chriseth Date: Fri, 2 Mar 2018 12:29:48 +0100 Subject: Use 0.4.21 pragma for documentation that uses "emit". --- docs/types.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/types.rst') diff --git a/docs/types.rst b/docs/types.rst index 3611bc3e..e704687e 100644 --- a/docs/types.rst +++ b/docs/types.rst @@ -470,7 +470,7 @@ Example that shows how to use internal function types:: Another example that uses external function types:: - pragma solidity ^0.4.20; // should actually be 0.4.21 + pragma solidity ^0.4.21; contract Oracle { struct Request { -- cgit