Skip to content

Commit

Permalink
Minor spelling correction for improved clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
sarveshta committed Mar 1, 2024
1 parent 28c723b commit 332e301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sensors/Serial/Loom_NOVASDS/Loom_NOVASDS.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Loom_NOVASDS011: public Module{
/**
* Get PM 10 value
*/
float getPM() { return pm10; };
float getPM10() { return pm10; };

private:
Manager* manInst; // Instance of the Manager
Expand Down

0 comments on commit 332e301

Please sign in to comment.