diff options
author | chriseth <chris@ethereum.org> | 2018-06-06 01:27:58 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-06 01:27:58 +0800 |
commit | 7422cd737d6bd45d552ecc10c7be0274f5a2b801 (patch) | |
tree | a96cfa05dcfc3a97727c0e4badc44c59f095c4b8 | |
parent | 9d7f0e709edc77327ea6fc212edbe38a8aa224c4 (diff) | |
parent | 058e01e44b32b5e5fc15e0131d13fa9e9201aa7a (diff) | |
download | dexon-solidity-7422cd737d6bd45d552ecc10c7be0274f5a2b801.tar dexon-solidity-7422cd737d6bd45d552ecc10c7be0274f5a2b801.tar.gz dexon-solidity-7422cd737d6bd45d552ecc10c7be0274f5a2b801.tar.bz2 dexon-solidity-7422cd737d6bd45d552ecc10c7be0274f5a2b801.tar.lz dexon-solidity-7422cd737d6bd45d552ecc10c7be0274f5a2b801.tar.xz dexon-solidity-7422cd737d6bd45d552ecc10c7be0274f5a2b801.tar.zst dexon-solidity-7422cd737d6bd45d552ecc10c7be0274f5a2b801.zip |
Merge pull request #4227 from elopio/patch-1
docs: fix typo
-rw-r--r-- | docs/julia.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/julia.rst b/docs/julia.rst index 99637926..91b91df2 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: |