Skip to content

Commit

Permalink
docs: typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iislucas committed Oct 29, 2024
1 parent 87e4857 commit 77a332b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ time. This means:
- You never need to debug an accidental subsitution for the wrong variable name.
- You can substite for some variables but not others, in any order you like, and the remaining
variables are tracked in the type.
- You can subsitute templates with more holes into named-hole in a template, and you get the correct
remaining holes in the right places in the final template.
- You can subsitute templates with more holes into a named-hole in a template, and you get the
correct remaining holes in the right places in the final template.
- The same hole can appear in multiple places, subsitution substitutes it everywhere, as you would
expect.
- There is support for few-shot prompts (where you have some iterated template
Expand Down

0 comments on commit 77a332b

Please sign in to comment.