Skip to content

Commit

Permalink
Fixed appendComment func doc
Browse files Browse the repository at this point in the history
  • Loading branch information
wwoytenko committed Sep 27, 2024
1 parent 1aaaf28 commit 12f991c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orm/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ func appendColumns(b []byte, table types.Safe, fields []*Field) []byte {
return b
}

// Add comment in the header of the query
// appendComment add comment in the header of the query into buffer
func appendComment(b []byte, name string) []byte {
if name == "" {
return b
Expand Down

0 comments on commit 12f991c

Please sign in to comment.