Skip to content

Commit

Permalink
docs: fixes AttributeMap.Range docs. (open-telemetry#3586)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcchavezs committed Jul 9, 2021
1 parent 56935a2 commit 29f7673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/pdata/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ func (am AttributeMap) Len() int {
//
// Example:
//
// it := sm.Range(func(k string, v AttributeValue) {
// it := sm.Range(func(k string, v AttributeValue) bool {
// ...
// })
func (am AttributeMap) Range(f func(k string, v AttributeValue) bool) {
Expand Down

0 comments on commit 29f7673

Please sign in to comment.