mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
NewsItem: Fix typo
This commit is contained in:
parent
052444350e
commit
33d074e00c
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue