Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
Fix typo (#240)
Browse files Browse the repository at this point in the history
`simultaenously` to `simultaneously`

Co-authored-by: Punya Biswal <punya@google.com>
  • Loading branch information
HaiTo and punya authored Apr 14, 2021
1 parent aa87ed6 commit 874b309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stackdriver.go
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ func (e *Exporter) ExportMetrics(ctx context.Context, metrics []*metricdata.Metr
// exporter.StartMetricsExporter()
// defer exporter.StopMetricsExporter()
//
// Both approach should not be used simultaenously. Otherwise it may result into unknown behavior.
// Both approach should not be used simultaneously. Otherwise it may result into unknown behavior.
// Previous approach continues to work as before but will not report newly define metrics such
// as gauges.
func (e *Exporter) StartMetricsExporter() error {
Expand Down

0 comments on commit 874b309

Please sign in to comment.