Skip to content

Commit

Permalink
Merge pull request #22 from MatthewCaseres/patch-2
Browse files Browse the repository at this point in the history
typo and clarity
  • Loading branch information
wikfeldt authored Sep 5, 2022
2 parents 296e7b7 + 18f436e commit 43ae5bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Types
-----

Julia is a dynamically typed language and does not require the
declaration of types. Counterintuitively, it is notetheless due to its
sophisticated type system that Julia is a high-performance language!
declaration of types, but its
sophisticated type system helps optimise Julia's performance.
This is because types are *inferred* and used at runtime.

Julia's type system is also what enables
Expand Down

0 comments on commit 43ae5bc

Please sign in to comment.