Merge pull request #325 from crStiv/typo

fix: multiple typos of different importance
This commit is contained in:
dmahan93 2026-01-26 11:00:44 -08:00 committed by GitHub
commit cf2b280d52
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 8 additions and 8 deletions

View file

@ -1155,7 +1155,7 @@ class RephraseParagraph(Instruction):
Args:
original_paragraph: A string presenting the original paragraph. The
rephrases response should have betweeb low-high words in common.
rephrases response should have between low-high words in common.
low: An integer presenting the lower bound of similar words.
high: An integer representing the upper bound of similar words.