diff options
author | Sam Atkins <atkinssj@serenityos.org> | 2022-10-14 19:53:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-14 19:53:17 +0100 |
commit | 1444b42936698330398475eba88c370e2b676bf8 (patch) | |
tree | 0c7b6cd7874c61e967752db1d4f0929acabbea23 /Base/res | |
parent | 8df3f9c7cd50cee6646ec1c4a6cc1f933d998db8 (diff) | |
download | serenity-1444b42936698330398475eba88c370e2b676bf8.zip |
Base: Fix my mistake
I would say this serves me right, except I'm still committing to
master using the web editor. :thonk:
Diffstat (limited to 'Base/res')
-rw-r--r-- | Base/res/fortunes.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Base/res/fortunes.json b/Base/res/fortunes.json index 165f26915f..ae0ec2c1fd 100644 --- a/Base/res/fortunes.json +++ b/Base/res/fortunes.json @@ -265,8 +265,7 @@ "context": "\"Is debugging a sandwich?\"" }, { - "quote": "TFW you google for some error message, find someone else having the same error, and seeing a reply written by yourself explaining how to fix it -", + "quote": "TFW you google for some error message, find someone else having the same error, and seeing a reply written by yourself explaining how to fix it", "author": "thakis", "url": "https://discord.com/channels/830522505605283862/831544568767578162/1030534498925949060", "utc_time": 1665773194 |