Consistent capitalisation

This commit is contained in:
Eelco Dolstra
2022-12-05 16:55:55 +01:00
committed by GitHub
parent d6f5734c63
commit e0ab2069c9
+1 -1
View File
@@ -111,7 +111,7 @@ struct CmdEval : MixJSON, InstallableCommand
else if (raw) {
stopProgressBar();
std::cout << *state->coerceToString(noPos, *v, context, "While generating the eval command output");
std::cout << *state->coerceToString(noPos, *v, context, "while generating the eval command output");
}
else if (json) {