From 2ebc9953e42b40995f049e95e08343e7c59098ee Mon Sep 17 00:00:00 2001 From: wbt Date: Wed, 29 Nov 2017 14:21:21 -0500 Subject: Minor update in contracts Fix typos and prevent example code from needing horizontal scroll bar --- docs/contracts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/contracts.rst b/docs/contracts.rst index ef1e1be6..2b0956bb 100644 --- a/docs/contracts.rst +++ b/docs/contracts.rst @@ -211,7 +211,7 @@ In the following example, ``D``, can call ``c.getData()`` to retrieve the value contract E is C { function g() { C c = new C(); - uint val = compute(3, 5); // acces to internal member (from derivated to parent contract) + uint val = compute(3, 5); // access to internal member (from derived to parent contract) } } -- cgit