Consistent capitalisation

This commit is contained in:
Eelco Dolstra 2022-12-05 16:55:55 +01:00 committed by GitHub
parent d6f5734c63
commit e0ab2069c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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) {