@@ -416,7 +416,7 @@ function(s) independently.
416416approach. Here are some examples:
417417
418418* Return a list (or tuple, generator, enumerator, etc.) of ` Measurement ` s.
419- * Use an observer result argument to allow individual ` Measurement ` s to be
419+ * Use an observable result argument to allow individual ` Measurement ` s to be
420420 reported.
421421
422422User code is recommended not to provide more than one ` Measurement ` with the
@@ -628,7 +628,7 @@ function(s) independently.
628628approach. Here are some examples:
629629
630630* Return a list (or tuple, generator, enumerator, etc.) of ` Measurement ` s.
631- * Use an observer result argument to allow individual ` Measurement ` s to be reported.
631+ * Use an observable result argument to allow individual ` Measurement ` s to be reported.
632632
633633User code is recommended not to provide more than one ` Measurement ` with the
634634same ` attributes ` in a single callback. If it happens, the
@@ -905,7 +905,7 @@ function(s) independently.
905905approach. Here are some examples:
906906
907907* Return a list (or tuple, generator, enumerator, etc.) of ` Measurement ` s.
908- * Use an observer result argument to allow individual ` Measurement ` s to be
908+ * Use an observable result argument to allow individual ` Measurement ` s to be
909909 reported.
910910
911911User code is recommended not to provide more than one ` Measurement ` with the
0 commit comments