Skip to content

Commit e1d335d

Browse files
committed
learn/interactions: review feedback v2
Signed-off-by: Luca Zeuch <[email protected]>
1 parent 267c8da commit e1d335d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/learn/advanced/custom-interactions/parsing-an-interaction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ ordered by the order in which the user selected the options, so if a user select
5353
option, then the second option, the `.Values` slice will be `["first", "third", "second"]`. Of course, when you set your
5454
menu to allow only one selection, this need not be a concern, as `.Values` will only ever contain one value.
5555

56-
Let us consider a select menu with several options for Uno cards, which the user can select only one of. We will have to
57-
verify that the user selected a valid option, that is, same color or same number. To simplify, we do not consider
56+
Let us consider a select menu with several options for Uno cards, where the user can choose only one card. We will have
57+
to verify that the user selected a valid option, that is, same color or same number. To simplify, we do not consider
5858
wildcards here. Our code could look similar to the following listing.
5959

6060
```yag

0 commit comments

Comments
 (0)