Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/demo_sorbet.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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 still in fact, run correctly as uncommented.
Copy link

Copilot AI Apr 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The punctuation here reads awkwardly/incorrectly: "still in fact, run". Consider either removing the comma ("still in fact run") or moving it to the standard parenthetical form ("still, in fact, run"), and "when uncommented" reads clearer than "as uncommented".

Suggested change
# this file will still in fact, run correctly as uncommented.
# this file will still, in fact, run correctly when uncommented.

Copilot uses AI. Check for mistakes.

# completion = client.chat.completions.create(params)
# pp(completion.choices.first&.message&.content)
Expand Down
Loading