File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
performance/src/include/firebase/performance
remote_config/src/include/firebase Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -82,15 +82,15 @@ class Trace {
82
82
// / @brief Gets the value of the metric identified by the metric_name or 0
83
83
// / if it hasn't yet been set.
84
84
// /
85
- // / @param[in] matric_name The name of the metric to get the value of.
85
+ // / @param[in] metric_name The name of the metric to get the value of.
86
86
// / @return The previously set of the given metric or 0 if it hasn't been
87
87
// / set.
88
88
int64_t GetLongMetric (const char * metric_name) const ;
89
89
90
90
// / @brief Increments the existing value of the given metric by
91
91
// / increment_by or sets it to increment_by if the metric hasn't been set.
92
92
// /
93
- // / @param[in] matric_name The name of the metric to increment the value
93
+ // / @param[in] metric_name The name of the metric to increment the value
94
94
// / of.
95
95
// / @param[in] increment_by The value by which the metric should be
96
96
// / incremented.
Original file line number Diff line number Diff line change @@ -245,7 +245,8 @@ class RemoteConfig {
245
245
// /
246
246
// / @note This does not actually apply the data or make it accessible,
247
247
// / it merely retrieves it and caches it. To accept and access the newly
248
- // / retrieved values, you must call @ref ActivateFetched().
248
+ // / retrieved values, you must call @ref Activate().
249
+ // /
249
250
// / Note that this function is asynchronous, and will normally take an
250
251
// / unspecified amount of time before completion.
251
252
// /
You can’t perform that action at this time.
0 commit comments