1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Fixed a couple of typos in the ComboBox documentation

This commit is contained in:
ed 2020-01-06 10:54:13 +00:00
parent 1610d79314
commit 496516fd1a

View file

@ -240,8 +240,8 @@ public:
The text passed-in will be set as the current text regardless of whether
it is one of the items in the list. If the current text isn't one of the
items, then getSelectedId() will return 0, otherwise it wil return
the approriate ID.
items, then getSelectedId() will return 0, otherwise it will return
the appropriate ID.
@param newText the text to select
@param notification determines the type of change notification that will