aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorLeo Arias <yo@elopio.net>2018-06-05 13:44:46 +0800
committerGitHub <noreply@github.com>2018-06-05 13:44:46 +0800
commit058e01e44b32b5e5fc15e0131d13fa9e9201aa7a (patch)
treec19dead2e14594dff16bb2231b4683b5e52116d8 /docs
parent4073c02cf34254dce2710f48acb95e9d39b11f0a (diff)
downloaddexon-solidity-058e01e44b32b5e5fc15e0131d13fa9e9201aa7a.tar
dexon-solidity-058e01e44b32b5e5fc15e0131d13fa9e9201aa7a.tar.gz
dexon-solidity-058e01e44b32b5e5fc15e0131d13fa9e9201aa7a.tar.bz2
dexon-solidity-058e01e44b32b5e5fc15e0131d13fa9e9201aa7a.tar.lz
dexon-solidity-058e01e44b32b5e5fc15e0131d13fa9e9201aa7a.tar.xz
dexon-solidity-058e01e44b32b5e5fc15e0131d13fa9e9201aa7a.tar.zst
dexon-solidity-058e01e44b32b5e5fc15e0131d13fa9e9201aa7a.zip
docs: fix typo
Diffstat (limited to 'docs')
-rw-r--r--docs/julia.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/julia.rst b/docs/julia.rst
index c9b73db2..77d5c8b1 100644
--- a/docs/julia.rst
+++ b/docs/julia.rst
@@ -303,7 +303,7 @@ We will use a destructuring notation for the AST nodes.
Type Conversion Functions
-------------------------
-JULIA has no support for implicit type conversion and therefore functions exists to provide explicit conversion.
+JULIA has no support for implicit type conversion and therefore functions exist to provide explicit conversion.
When converting a larger type to a shorter type a runtime exception can occur in case of an overflow.
Truncating conversions are supported between the following types: