From b9758e4f61ca703b8bc861eed9fa1967609a244e Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Wed, 4 Oct 2023 11:08:32 +0200 Subject: [PATCH] Update getting_started_with_julia.jl --- .../src/tutorials/getting_started/getting_started_with_julia.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/tutorials/getting_started/getting_started_with_julia.jl b/docs/src/tutorials/getting_started/getting_started_with_julia.jl index 99432aef3b4..34860847518 100644 --- a/docs/src/tutorials/getting_started/getting_started_with_julia.jl +++ b/docs/src/tutorials/getting_started/getting_started_with_julia.jl @@ -626,7 +626,7 @@ end #hide # the opening `(`. This works for _any_ function, including functions with # multiple arguments. For example: -f.([1, 2, 3]) +foo.([1, 2, 3]) # !!! tip # Get a `MethodError` when calling a function that takes a `Vector`,