--- old/modules/javafx.graphics/src/main/java/javafx/stage/StageStyle.java 2018-04-07 06:51:08.234319300 +0300 +++ new/modules/javafx.graphics/src/main/java/javafx/stage/StageStyle.java 2018-04-07 06:51:07.849205800 +0300 @@ -62,8 +62,8 @@ * This is a conditional feature, to check if it is supported see * {@link javafx.application.Platform#isSupported(javafx.application.ConditionalFeature)}. * If the feature is not supported by the platform, this style downgrades to {@code StageStyle.DECORATED} - *

` - * NOTE: To see the effect the {@code Scene} covering the {@code Stage} should have {@code Color.TRANSPARENT} + *

+ * NOTE: To see the effect, the {@code Scene} covering the {@code Stage} should have {@code Color.TRANSPARENT} * @since JavaFX 8.0 */ UNIFIED