From 058e01e44b32b5e5fc15e0131d13fa9e9201aa7a Mon Sep 17 00:00:00 2001 From: Leo Arias Date: Mon, 4 Jun 2018 23:44:46 -0600 Subject: [PATCH] docs: fix typo --- docs/julia.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/julia.rst b/docs/julia.rst index c9b73db226f1..77d5c8b11dcd 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: