We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b72f934 commit 6773c16Copy full SHA for 6773c16
Language/Functions/Math/max.adoc
@@ -52,7 +52,7 @@ The code ensures that sensVal is at least 20.
52
53
[source,arduino]
54
----
55
-sensVal = max(senVal, 20); // assigns sensVal to the larger of sensVal or 20
+sensVal = max(sensVal, 20); // assigns sensVal to the larger of sensVal or 20
56
// (effectively ensuring that it is at least 20)
57
58
[%hardbreaks]
0 commit comments