Skip to content

Commit 246459a

Browse files
committed
fix issue 16372 - Broken links in documentation
Also fixing another mistakenly highlighted "format".
1 parent 41a1d2b commit 246459a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

std/stdio.d

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
*/
35683568
uint readf(A...)(in char[] format, A args)

0 commit comments

Comments
 (0)