Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions std/stdio.d
Original file line number Diff line number Diff line change
Expand Up @@ -1683,7 +1683,7 @@ is recommended if you want to process a complete file.

/**
* Read data from the file according to the specified
* $(LINK2 std_format.html#_format-string, format specifier) using
* $(LINK2 std_format.html#_format-string, _format specifier) using
* $(REF formattedRead, std,_format).
*/
uint readf(Data...)(in char[] format, Data data)
Expand Down Expand Up @@ -3562,7 +3562,7 @@ void writefln(T...)(T args)

/**
* Read data from $(D stdin) according to the specified
* $(LINK2 std_format.html#format-string, format specifier) using
* $(LINK2 std_format.html#_format-string, _format specifier) using
* $(REF formattedRead, std,_format).
*/
uint readf(A...)(in char[] format, A args)
Expand Down