Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/src/manual/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `!`.)


Expand Down