From 25f8d5e5558f8fbd3ae81f47dd11c1d2c47ad338 Mon Sep 17 00:00:00 2001 From: Jason Mansfield Date: Mon, 3 Aug 2020 23:21:57 -0700 Subject: [PATCH] Fix @params -> @param --- Adafruit_BME280.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Adafruit_BME280.cpp b/Adafruit_BME280.cpp index 4c22646..6d58509 100644 --- a/Adafruit_BME280.cpp +++ b/Adafruit_BME280.cpp @@ -551,7 +551,7 @@ float Adafruit_BME280::getTemperatureCompensation(void) { /*! * Sets a value to be added to each temperature reading. This adjusted * temperature is used in pressure and humidity readings. - * @params adjustment Value to be added to each tempature reading in Celcius + * @param adjustment Value to be added to each tempature reading in Celcius */ void Adafruit_BME280::setTemperatureCompensation(float adjustment) { // convert the value in C into and adjustment to t_fine