mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-05 03:17:50 +08:00
Document %% in the elvdoc of printf.
This commit is contained in:
parent
ff69171c9d
commit
e833b74aa4
|
@ -236,6 +236,8 @@ func print(fm *Frame, opts printOpts, args ...interface{}) {
|
|||
// [float64](#float64), and then use their Go counterparts to format the
|
||||
// number.
|
||||
//
|
||||
// The special verb `%%` prints a literal `%` and consumes no argument.
|
||||
//
|
||||
// Verbs not documented above are not supported.
|
||||
//
|
||||
// Examples:
|
||||
|
|
Loading…
Reference in New Issue
Block a user