arduino-libraries / SD

SD Library for Arduino
http://arduino.cc/
GNU General Public License v3.0
179 stars 155 forks source link

Replace irrelevant function name in `File::println` docs #122

Closed per1234 closed 2 years ago

per1234 commented 2 years ago

A copy/paste error resulted in one of the items under the "Syntax" section of the documentation for File::println using the function name print instead of the intended println.

Fixes https://github.com/arduino/Arduino/issues/11211