Skip to content

Commit 48f9594

Browse files
authored
Update ddoc.dd
1 parent bcd19d3 commit 48f9594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/ddoc.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ $(DD Explains the return value of the function.
335335
* Returns: The contents of the file.
336336
*/
337337

338-
void[] readFile(string filename) { ... }
338+
void[] readFile(const(char)[] filename) { ... }
339339
------------------------------------
340340

341341
$(DT $(B See$(UNDERSCORE)Also:))

0 commit comments

Comments
 (0)