Hospital: fix preposition in USA-standards descriptor (for→by)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
prosolis
2026-05-09 20:48:56 -07:00
parent b8e8f994d8
commit 97e4a502c9

View File

@@ -67,7 +67,7 @@ var nurseJoyAlreadyRevived = "You seem to have recovered on your own! " +
// "The bill has been described as ..." sentence in the discharge announcement. // "The bill has been described as ..." sentence in the discharge announcement.
// Some are bare adjectives ("devastating"); others are full quoted phrases. // Some are bare adjectives ("devastating"); others are full quoted phrases.
var hospitalDischargeBillDescriptors = []string{ var hospitalDischargeBillDescriptors = []string{
"\"inhumane but probably normal for USA standards.\"", "\"inhumane but probably normal by USA standards.\"",
"devastating.", "devastating.",
"ruinous.", "ruinous.",
"soul-crushing.", "soul-crushing.",