From c944a1a5e9104754a1d0d3c2814c9814414ba80c Mon Sep 17 00:00:00 2001 From: Lei Date: Wed, 28 Sep 2022 15:46:41 +0100 Subject: [PATCH] Update section0_julia.jl --- section0_julia.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/section0_julia.jl b/section0_julia.jl index 0b2f085..bc727d7 100644 --- a/section0_julia.jl +++ b/section0_julia.jl @@ -201,7 +201,7 @@ md""" * Floating number: `2.0` * and even Complex numbers: `2 + 0im` -`Julia`'s parsers can automatically infer the appropriate type for the value. The following examples demonstrate how the number 2 can be represented as different forms: i.e. as an integer, a rational number, a floating number, and a complex number. +`Julia`'s parsers can automatically infer the appropriate type for the value. The following examples demonstrate how the number 2 can be represented as different forms: *i.e.* as an integer, a rational number, a floating number, and a complex number. """ # ╔═╡ c3fe7693-8425-4f6b-8529-c9b242073334