You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@per1234 I have found the solution to this issue, but I believed that this might stand as an issue as it may help contributors in future contributions.
The problem arose as C++ often gets misinterpreted as passthrough text.
It must be written as:
pass:[C++]
for proper working and getting the desired output.
I'll soon send a PR for fixing this issue. Eagerly waiting for your valuable review on PR #692.
animeshsrivastava24
changed the title
Unexpected output in for loop document [Informative]
Unexpected output in for loop document due to text : C++ [Informative]
Jul 21, 2019
Refer to Line 72 of https://github.com/arduino/reference-en/blob/master/Language/Structure/Control%20Structure/for.adoc
It produces an output
The output should be rather:
there is also one more occurrence of C++ in further documentation of the same file.
The text was updated successfully, but these errors were encountered: