From 40b03024938238379a36478c96a4bce7ebdaeef9 Mon Sep 17 00:00:00 2001 From: "Steven G. Johnson" Date: Thu, 11 May 2023 18:41:25 -0400 Subject: [PATCH] fix cross-reference link in variables.md --- doc/src/manual/variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/manual/variables.md b/doc/src/manual/variables.md index 4d057a1ab4883..6c22719c1ce86 100644 --- a/doc/src/manual/variables.md +++ b/doc/src/manual/variables.md @@ -216,7 +216,7 @@ a [`mutable struct`](@ref). When you call a [function](@ref man-functions) in Julia, it behaves as if you *assigned* the argument values to new variable names corresponding to the function arguments, as discussed -in [Argument-Passing Behavior](@ref man-functions). (By [convention](@ref man-punctuation), +in [Argument-Passing Behavior](@ref man-argument-passing). (By [convention](@ref man-punctuation), functions that mutate one or more of their arguments have names ending with `!`.)