Skip to content

Commit 782cc99

Browse files
committed
Fix wrong wording
"by now" was meant to be "until now"
1 parent f517389 commit 782cc99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

news/4.36/platform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ in projects with dozens of breakpoints.
9494
<!-- https://github.com/eclipse-platform/eclipse.platform.swt/pull/2054 -->
9595
### Explicit Minimum Windows Version
9696

97-
Currently, Eclipse officially supports Windows 10 and 11. By now, this was not validated explicitly but only defined as an implicit requirement.
97+
Currently, Eclipse officially supports Windows 10 and 11. Until now, this was not validated explicitly but only defined as an implicit requirement.
9898
When using an unsupported Windows version, it could happen that startup of an Eclipse or plain SWT application failed with a linkage error because unavailable functions of more recent operating system versions are linked.
9999

100100
SWT now validates the supported Windows version during application startup and fails with an according error message if the version is not supported.

0 commit comments

Comments
 (0)