Skip to content

Commit

Permalink
v1.0.4 release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseCoretta committed Jun 17, 2024
1 parent ba6e9dc commit fa2cfbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cond.go
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ Addr returns the string representation of the pointer
address for the receiver. This may be useful for logging
or debugging operations.
Note: this method calls fmt.Sprintf.
Note: this method calls [fmt.Sprintf].
*/
func (r Condition) Addr() (addr string) {
if r.IsInit() {
Expand Down

0 comments on commit fa2cfbc

Please sign in to comment.