Skip to content

Commit eeb5389

Browse files
authored
Update modify.md
1 parent b67f35d commit eeb5389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/man/modify.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ julia> modify!(sale, 2:4 => byrow(sum) => :total)
156156
2 │ John Max 43 32 45 120
157157
3 │ Froon Moore 50 55 54 159
158158
159-
julia> julia> function name_split(x)
159+
julia> function name_split(x)
160160
spl = split(x, " ")
161161
(string(spl[1]), string(spl[2]))
162162
end

0 commit comments

Comments
 (0)