File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1683,7 +1683,7 @@ is recommended if you want to process a complete file.
16831683
16841684 /**
16851685 * Read data from the file according to the specified
1686- * $(LINK2 std_format.html#_format-string, format specifier) using
1686+ * $(LINK2 std_format.html#_format-string, _format specifier) using
16871687 * $(REF formattedRead, std,_format).
16881688 */
16891689 uint readf (Data... )(in char [] format, Data data)
@@ -3562,7 +3562,7 @@ void writefln(T...)(T args)
35623562
35633563/**
35643564 * Read data from $(D stdin) according to the specified
3565- * $(LINK2 std_format.html#format -string, format specifier) using
3565+ * $(LINK2 std_format.html#_format -string, _format specifier) using
35663566 * $(REF formattedRead, std,_format).
35673567 */
35683568uint readf (A... )(in char [] format, A args)
You can’t perform that action at this time.
0 commit comments