From 1de6dadbe32dea36b78b278a550c014f6326d6e4 Mon Sep 17 00:00:00 2001 From: Codex Date: Sat, 25 Apr 2026 11:21:30 +0800 Subject: [PATCH] docs: fix demo_sorbet comment wording --- examples/demo_sorbet.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/demo_sorbet.rb b/examples/demo_sorbet.rb index 8a52e08ba..e6aea0ecb 100755 --- a/examples/demo_sorbet.rb +++ b/examples/demo_sorbet.rb @@ -37,7 +37,7 @@ # if you have sorbet LSP enabled, and uncomment the two lines below # you will see a red squiggly line on `params` due to a quirk of the sorbet type system. # - # this file will still infact, run correctly as uncommented. + # this file will, in fact, still run correctly when uncommented. # completion = client.chat.completions.create(params) # pp(completion.choices.first&.message&.content)