Skip to content

Commit

Permalink
Rename observer result to observable result (#2238)
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua MacDonald <[email protected]>
  • Loading branch information
legendecas and jmacd authored Jan 4, 2022
1 parent 31e583b commit 5d374f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions specification/metrics/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ function(s) independently.
approach. Here are some examples:

* Return a list (or tuple, generator, enumerator, etc.) of `Measurement`s.
* Use an observer result argument to allow individual `Measurement`s to be
* Use an observable result argument to allow individual `Measurement`s to be
reported.

User code is recommended not to provide more than one `Measurement` with the
Expand Down Expand Up @@ -628,7 +628,7 @@ function(s) independently.
approach. Here are some examples:

* Return a list (or tuple, generator, enumerator, etc.) of `Measurement`s.
* Use an observer result argument to allow individual `Measurement`s to be reported.
* Use an observable result argument to allow individual `Measurement`s to be reported.

User code is recommended not to provide more than one `Measurement` with the
same `attributes` in a single callback. If it happens, the
Expand Down Expand Up @@ -905,7 +905,7 @@ function(s) independently.
approach. Here are some examples:

* Return a list (or tuple, generator, enumerator, etc.) of `Measurement`s.
* Use an observer result argument to allow individual `Measurement`s to be
* Use an observable result argument to allow individual `Measurement`s to be
reported.

User code is recommended not to provide more than one `Measurement` with the
Expand Down

0 comments on commit 5d374f8

Please sign in to comment.