We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f07f865 + eeb5389 commit 279f723Copy full SHA for 279f723
docs/src/man/modify.md
@@ -156,7 +156,7 @@ julia> modify!(sale, 2:4 => byrow(sum) => :total)
156
2 │ John Max 43 32 45 120
157
3 │ Froon Moore 50 55 54 159
158
159
-julia> julia> function name_split(x)
+julia> function name_split(x)
160
spl = split(x, " ")
161
(string(spl[1]), string(spl[2]))
162
end
0 commit comments