From 05609de044f1c3a6cfbec2b71d604a759a518f9f Mon Sep 17 00:00:00 2001 From: Nimo Naamani Date: Sun, 20 Aug 2017 21:58:27 +1200 Subject: [PATCH] Update limitbalance.rst Fixed typo --- docs/source/limitbalance.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/limitbalance.rst b/docs/source/limitbalance.rst index ba50cefa9..f30d119f4 100644 --- a/docs/source/limitbalance.rst +++ b/docs/source/limitbalance.rst @@ -5,8 +5,8 @@ Base contract that provides mechanism for limiting the amount of funds a contrac LimitBalance(unit _limit) """""""""""""""""""""""""""" -Constructor takes an unisgned integer and sets it as the limit of funds this contract can hold. +Constructor takes an unsigned integer and sets it as the limit of funds this contract can hold. modifier limitedPayable() """""""""""""""""""""""""""" -Throws an error if this contract's balance is already above the limit. \ No newline at end of file +Throws an error if this contract's balance is already above the limit.