NewsItem: Fix typo

This commit is contained in:
Tomas Babej 2021-09-28 22:57:53 -04:00
parent 052444350e
commit 33d074e00c

View file

@ -124,7 +124,7 @@ void NewsItem::render () {
wait_for_enter ();
std::cout << " " << underline.colorize ("What changes in 2.6.0?\n");
std::cout << " " << underline.colorize ("What changed in 2.6.0?\n");
if (_punchline.size ())
std::cout << footnote.colorize (format ("{1}\n", _punchline));