diff options
| -rw-r--r-- | docs/markdown/Reference-tables.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/Reference-tables.md b/docs/markdown/Reference-tables.md index 67eccb4a2..7e0d6cffc 100644 --- a/docs/markdown/Reference-tables.md +++ b/docs/markdown/Reference-tables.md @@ -155,7 +155,7 @@ These are provided by the `.system()` method call. | Value | Comment | | ----- | ------- | | android | By convention only, subject to change | -| cygwin | The Cygwin environment for Windows | +| cygwin | Cygwin or MSYS2 environment on Windows | | darwin | Either OSX or iOS | | dragonfly | DragonFly BSD | | emscripten | Emscripten's JavaScript environment | @@ -165,7 +165,7 @@ These are provided by the `.system()` method call. | linux | | | netbsd | | | openbsd | | -| windows | Any version of Windows | +| windows | Native Windows (not Cygwin or MSYS2) | | sunos | illumos and Solaris | Any string not listed above is not guaranteed to remain stable in |
