Skip to content

Commit

Permalink
dscan.d wording
Browse files Browse the repository at this point in the history
  • Loading branch information
zorael committed Feb 25, 2025
1 parent 0227573 commit dff2a0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dscan.d
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ auto buildDocs(const string buildConfiguration = string.init)
}

immutable buildConfigString = buildConfiguration.length ?
" (" ~ buildConfiguration ~ '}' :
" (" ~ buildConfiguration ~ ')' :
string.init;

writeln();
Expand All @@ -298,7 +298,7 @@ auto buildDocs(const string buildConfiguration = string.init)
const result = execute(command);
sw.stop();

writeln(i"[!] docs built in $(sw.peek), retval $(result.status)");
writeln(i"[!] built in $(sw.peek), retval $(result.status)");
writeln();
writeln(result.output.strip());

Expand Down

0 comments on commit dff2a0e

Please sign in to comment.