Skip to content

Commit a61e84b

Browse files
authored
Merge pull request #122 from per1234/fix-file_println-docs
Replace irrelevant function name in `File::println` docs
2 parents d4ed450 + 4343237 commit a61e84b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ Print data, followed by a carriage return and newline, to the File, which must h
451451
```
452452
file.println()
453453
file.println(data)
454-
file.print(data, BASE)
454+
file.println(data, BASE)
455455
```
456456

457457
#### Parameters
@@ -887,4 +887,4 @@ void printDirectory(File dir, int numTabs) {
887887
* [read()](#read)
888888
* [write()](#write)
889889
* [isDirectory()](#isdirectory)
890-
* [openNextFile()](#opennextfile)
890+
* [openNextFile()](#opennextfile)

0 commit comments

Comments
 (0)