Skip to content

Commit

Permalink
Update section0_julia.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
lf28 committed Sep 28, 2022
1 parent f27f708 commit c944a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion section0_julia.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c944a1a

Please sign in to comment.