julia
9ab57e80 - doc/strings: use string(a, b) instead of * (#42905)

Commit
4 years ago
doc/strings: use string(a, b) instead of * (#42905) The * operator for concatenation is introduces below, so it's less confusing if `string(a,b)` is used here. Also update an outdated repl-block to a jldoctest.
Parents
Loading