We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f5abde commit 43c92deCopy full SHA for 43c92de
examples/Threading_Basics/Thermostat/Thermostat.ino
@@ -6,9 +6,9 @@
6
* which perform the act of actual room temperature control.
7
*
8
* Note: While there is only a single temperature "source" there are
9
- * multiple temperature "sinks". The source/sink paradigm is contructed
+ * multiple temperature "sinks". The source/sink paradigm is constructed
10
* in such a way, that each sink is guaranteed to see every value provided
11
- * by a source. This is something that can not be modelled using the shared
+ * by a source. This is something that can not be modeled using the shared
12
* variable abstraction.
13
*/
14
0 commit comments