Skip to content

Commit 5eac22b

Browse files
authored
Merge pull request #106 from redphantom1000/patch-3
Update eventSelected.md
2 parents 71a707a + e5a6590 commit 5eac22b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

guide/Text/Components/eventSelected.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ $eventSelected or $eventSelected[position;seperator]
99
```
1010

1111
### For Example:
12-
`$eventSelected would` return the first selected value.\
12+
`$eventSelected` would return the first selected value.\
1313
`$eventSelected[2]` would return the second selected value, since it was the second value clicked by the user.\
14-
`$eventSelected[;,]` would return all selected values separated with `,`.
14+
`$eventSelected[;,]` would return all selected values separated with `,`.

0 commit comments

Comments
 (0)