From 1f6f258e2faff258e10fa65546efa7e653a2c3a8 Mon Sep 17 00:00:00 2001 From: aricha1940 Date: Fri, 9 Oct 2020 18:30:09 -0700 Subject: [PATCH] Correct Wikipedia link for E-notation The previous link was incorrect, and didn't actually jump to the desired section. --- doc/src/manual/integers-and-floating-point-numbers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/manual/integers-and-floating-point-numbers.md b/doc/src/manual/integers-and-floating-point-numbers.md index 8469c1b04dec0..074021f9c7fd9 100644 --- a/doc/src/manual/integers-and-floating-point-numbers.md +++ b/doc/src/manual/integers-and-floating-point-numbers.md @@ -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