Skip to content

Commit

Permalink
[docs] update getting_started_with_julia.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Oct 4, 2023
1 parent df022a5 commit a83e71b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ isapprox(1e-9, 0.0; atol = 1e-8)
# It's important to note that this issue isn't Julia-specific. It happens in
# every programming language (try it out in Python).

# ## Vectors, matrices and arrays
# ## Vectors, matrices, and arrays

# Similar to MATLAB, Julia has native support for vectors, matrices and tensors;
# all of which are represented by arrays of different dimensions. Vectors are
Expand Down

0 comments on commit a83e71b

Please sign in to comment.