Skip to content

Commit

Permalink
tweak: reorder examples in readme to move monospaced words away from …
Browse files Browse the repository at this point in the history
…parentheses
  • Loading branch information
penguinland committed Sep 21, 2024
1 parent 5dc4acf commit 806dff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Here is a rough summary of some of the data types in the code:
select which `Topic`s you want to practice.
- A `Description` is a string-like data type that can render certain things
(e.g., bids) in a fancy way. Most string-like things in here are actually
`Description`s (`Topic` names, bidding alerts, explanations of why the answer
`Description`s (bidding alerts, `Topic` names, explanations of why the answer
is correct, etc.).
- An `Action` is a way to modify either the `dealer` program or the bidding.
The embedded domain-specific language I've built is entirely made out of
Expand Down

0 comments on commit 806dff2

Please sign in to comment.