julia
9ab57e80
- doc/strings: use string(a, b) instead of * (#42905)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#42905 - Use string(a,b) instead of *
Author
kennethjohnsen
Parents
eae29c74
Loading