Skip to content

Commit

Permalink
Update referencer.go
Browse files Browse the repository at this point in the history
  • Loading branch information
vearutop committed Jun 19, 2023
1 parent 21193a7 commit bbd477b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion referencer.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ func (r *Referencer) Col(ptr interface{}) string {

// Fmt formats according to a format specified replacing ptrs with their reference strings where possible.
//
// It panics if pointer is unknown.
// It panics if pointer is unknown or is not a Quoted string.
func (r *Referencer) Fmt(format string, ptrs ...interface{}) string {
args := make([]interface{}, 0, len(ptrs))

Expand Down

0 comments on commit bbd477b

Please sign in to comment.