This commit is contained in:
Daryl.Xu 2021-10-25 16:55:13 +08:00 committed by GitHub
parent ef06b7683f
commit 1d0b310d92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,7 +108,7 @@ class MeasurementService {
/** /**
* Get specific measurement by its id. * Get specific measurement by its id.
* *
* @param {string} id If of the measurement * @param {string} id Id of the measurement
* @return {Measurement} Measurement instance * @return {Measurement} Measurement instance
*/ */
getMeasurement(id) { getMeasurement(id) {