--- old/modules/javafx.controls/src/main/java/javafx/scene/control/ChoiceBox.java 2019-02-13 15:40:57.400422900 +0200 +++ new/modules/javafx.controls/src/main/java/javafx/scene/control/ChoiceBox.java 2019-02-13 15:40:56.728545000 +0200 @@ -60,7 +60,7 @@ * something other than what is available in the predefined list. This is * required for several important use cases. *

- * It means configuration of the ChoiceBox is order independent. You + * This means that configuration of the ChoiceBox is order independent. You * may either specify the items and then the selected item, or you may * specify the selected item and then the items. Either way will function * correctly.