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

Commit 874b309

Browse files
HaiTopunya
andauthored
Fix typo (#240)
`simultaenously` to `simultaneously` Co-authored-by: Punya Biswal <punya@google.com>
1 parent aa87ed6 commit 874b309

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stackdriver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ func (e *Exporter) ExportMetrics(ctx context.Context, metrics []*metricdata.Metr
423423
// exporter.StartMetricsExporter()
424424
// defer exporter.StopMetricsExporter()
425425
//
426-
// Both approach should not be used simultaenously. Otherwise it may result into unknown behavior.
426+
// Both approach should not be used simultaneously. Otherwise it may result into unknown behavior.
427427
// Previous approach continues to work as before but will not report newly define metrics such
428428
// as gauges.
429429
func (e *Exporter) StartMetricsExporter() error {

0 commit comments

Comments
 (0)