Skip to content

Commit d43db56

Browse files
authored
docs: grammar improvements in README.md
1 parent d33d462 commit d43db56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ Unless otherwise specified, other classes in the SDK do not have locks protectin
252252

253253
## Sorbet
254254

255-
This library provides comprehensive [RBI](https://sorbet.org/docs/rbi) definitions, and has no dependency on sorbet-runtime.
255+
This library provides comprehensive [RBI](https://sorbet.org/docs/rbi) definitions and has no dependency on sorbet-runtime.
256256

257257
You can provide typesafe request parameters like so:
258258

@@ -301,7 +301,7 @@ openai.chat.completions.create(
301301
#
302302
)
303303

304-
# Literal values is also permissible:
304+
# Literal values are also permissible:
305305
openai.chat.completions.create(
306306
reasoning_effort: :low,
307307
#

0 commit comments

Comments
 (0)