Skip to content

Commit

Permalink
typo: fix docs (#5649)
Browse files Browse the repository at this point in the history
Fixed the typo `PeroidicExporter` in reader.go

Co-authored-by: Tyler Yahn <[email protected]>
  • Loading branch information
intiramisu and MrAlias authored Jul 26, 2024
1 parent df6cb9c commit 16a4e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/metric/reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ var errNonPositiveDuration = fmt.Errorf("non-positive duration")
// start of bi-directional control flow.
//
// Typically, push-based exporters that are periodic will
// implement PeroidicExporter themselves and construct a
// implement PeriodicExporter themselves and construct a
// PeriodicReader to satisfy this interface.
//
// Pull-based exporters will typically implement Register
Expand Down

0 comments on commit 16a4e33

Please sign in to comment.