From 3bc2ed1cb70223dfcc64eda42d3ecabe2c0945df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bogumi=C5=82=20Kami=C5=84ski?= Date: Fri, 3 Mar 2023 19:42:48 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17924c7..c7ba69a 100644 --- a/README.md +++ b/README.md @@ -195,7 +195,7 @@ julia> @time sum_n(1_000_000_000) 500000000500000000 ``` -This timining is very fast (and the reason is explained in the book). +This timing is very fast (and the reason is explained in the book). The issue is that this is the situation under Julia 1.7. Under Julia 1.8 and Julia 1.9 running the same code takes longer (tested under Julia 1.9-beta4):