From 59c1946c89b4faf3a8e89d8f8ba687d2bec419ba Mon Sep 17 00:00:00 2001 From: skycommand Date: Mon, 22 Apr 2019 09:53:04 +0430 Subject: [PATCH] Fix a typo This is a proposal for fixing what I perceive to a typo. I recommend an expert should look at this first.a --- RuleDocumentation/UseCompatibleCommands.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RuleDocumentation/UseCompatibleCommands.md b/RuleDocumentation/UseCompatibleCommands.md index 082a62b1b..de6f1f224 100644 --- a/RuleDocumentation/UseCompatibleCommands.md +++ b/RuleDocumentation/UseCompatibleCommands.md @@ -41,8 +41,8 @@ Platforms bundled by default are: | 5.1 | Windows Server 2016 | `win-8_x64_10.0.14393.0_5.1.14393.2791_x64_4.0.30319.42000_framework` | | 5.1 | Windows Server 2019 | `win-8_x64_10.0.17763.0_5.1.17763.316_x64_4.0.30319.42000_framework` | | 5.1 | Windows 10 | `win-48_x64_10.0.17763.0_5.1.17763.316_x64_4.0.30319.42000_framework` | -| 6.1 | Windows Server 2019 | `win-8_x64_10.0.14393.0_6.1.3_x64_4.0.30319.42000_core` | -| 6.1 | Windows Server 2016 | `win-8_x64_10.0.17763.0_6.1.3_x64_4.0.30319.42000_core` | +| 6.1 | Windows Server 2016 | `win-8_x64_10.0.14393.0_6.1.3_x64_4.0.30319.42000_core` | +| 6.1 | Windows Server 2019 | `win-8_x64_10.0.17763.0_6.1.3_x64_4.0.30319.42000_core` | | 6.1 | Windows 10 | `win-48_x64_10.0.17763.0_6.1.3_x64_4.0.30319.42000_core` | | 6.1 | Ubuntu 18.04 LTS | `ubuntu_x64_18.04_6.1.3_x64_4.0.30319.42000_core` | @@ -88,4 +88,4 @@ An example configuration might look like: } } } -``` \ No newline at end of file +```