arduino / reference-en

Editable source for the Arduino Reference
https://www.arduino.cc/reference/en/
Other
165 stars 732 forks source link

`var` vs. `val` confusion! #903

Closed Brahvim closed 1 year ago

Brahvim commented 2 years ago

On the page for the word data type, the example snippets use the names var and val, which becomes confusing. My suggestion is to replace var with word_var and val with value.

Brahvim commented 2 years ago

Fixed in the aforementioned pull-request! I didn't do exactly what I suggested in the issue description, but it looks fine to me!