From 318d30db059c18c9be8c27b6576c4ecbb506f4cc Mon Sep 17 00:00:00 2001 From: Reiley Yang Date: Tue, 6 Apr 2021 10:52:35 -0700 Subject: [PATCH] Update specification/metrics/new_api.md Co-authored-by: Aaron Abbott --- specification/metrics/new_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/metrics/new_api.md b/specification/metrics/new_api.md index 423704641da..bd9fa1e3803 100644 --- a/specification/metrics/new_api.md +++ b/specification/metrics/new_api.md @@ -345,7 +345,7 @@ The `callback` function is responsible for reporting the observed. Individual language client SHOULD define whether this callback function needs to be reentrant safe / thread safe or not. -Individual language client can decide what is the idomatic approach. Here are +Individual language client can decide what is the idiomatic approach. Here are some examples: * Return a list (or tuple, generator, enumerator, etc.) of `Measurement`s.