Skip to content

Commit 6773c16

Browse files
Update max.adoc
1 parent b72f934 commit 6773c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Functions/Math/max.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The code ensures that sensVal is at least 20.
5252

5353
[source,arduino]
5454
----
55-
sensVal = max(senVal, 20); // assigns sensVal to the larger of sensVal or 20
55+
sensVal = max(sensVal, 20); // assigns sensVal to the larger of sensVal or 20
5656
// (effectively ensuring that it is at least 20)
5757
----
5858
[%hardbreaks]

0 commit comments

Comments
 (0)