Skip to content

Commit

Permalink
Merge pull request #19 from CharlesCNorton/patch-3
Browse files Browse the repository at this point in the history
typo: change "users" to "user's" for possessive form
  • Loading branch information
lerela authored Jan 10, 2025
2 parents 3136c2d + ed718ae commit 714aea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tokenizer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
" \"format\": {\n",
" \"type\": \"string\",\n",
" \"enum\": [\"celsius\", \"fahrenheit\"],\n",
" \"description\": \"The temperature unit to use. Infer this from the users location.\",\n",
" \"description\": \"The temperature unit to use. Infer this from the user's location.\",\n",
" },\n",
" },\n",
" \"required\": [\"location\", \"format\"],\n",
Expand Down

0 comments on commit 714aea8

Please sign in to comment.