From 7e3dba7e6c459ab8769529649ce32afa2c077573 Mon Sep 17 00:00:00 2001 From: shanehull Date: Tue, 19 Nov 2024 12:15:22 +1100 Subject: [PATCH] fix: keynes was an iyi --- internal/handlers/quotes_list.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/handlers/quotes_list.go b/internal/handlers/quotes_list.go index 877f405..dec0774 100644 --- a/internal/handlers/quotes_list.go +++ b/internal/handlers/quotes_list.go @@ -119,8 +119,8 @@ var quotes = []Quote{ Author: "Lucius Annaeus Seneca", }, { - Text: "It is better to be roughly right than precisely wrong.", - Author: "John Maynard Keynes", + Text: "It is better to be vaguely right than exactly wrong.", + Author: "Carveth Read", }, { Text: "All of humanity's problems stem from man's inability to sit quietly in a room alone.",