Skip to content

Commit

Permalink
doc: correct Wikipedia link for E-notation (JuliaLang#37970)
Browse files Browse the repository at this point in the history
  • Loading branch information
aricha1940 committed Oct 10, 2020
1 parent 8a52ea4 commit 113afd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/manual/integers-and-floating-point-numbers.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ second argument is zero.
## Floating-Point Numbers

Literal floating-point numbers are represented in the standard formats, using
[E-notation](https://en.wikipedia.org/wiki/Scientific_notation#E-notation) when necessary:
[E-notation](https://en.wikipedia.org/wiki/Scientific_notation#E_notation) when necessary:

```jldoctest
julia> 1.0
Expand Down

0 comments on commit 113afd9

Please sign in to comment.