mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
docs: change "See also" link in the println
section to point to the String interpolation
section
This commit is contained in:
parent
1449689f2b
commit
660f73395e
1 changed files with 1 additions and 1 deletions
|
@ -3239,7 +3239,7 @@ println([1, 2, 3]) // "[1, 2, 3]"
|
||||||
println(User{ name: 'Bob', age: 20 }) // "User{name:'Bob', age:20}"
|
println(User{ name: 'Bob', age: 20 }) // "User{name:'Bob', age:20}"
|
||||||
```
|
```
|
||||||
|
|
||||||
See also [Array methods](#array-methods).
|
See also [String interpolation](#string-interpolation).
|
||||||
|
|
||||||
<a id='custom-print-of-types'></a>
|
<a id='custom-print-of-types'></a>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue