Consistent capitalisation
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user