Skip to content

Commit f6fc38c

Browse files
Fix typo: "release keys" to "release values" (dotnet#42219) (dotnet#42369)
1 parent 8daae13 commit f6fc38c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/framework/migration-guide/how-to-determine-which-versions-are-installed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ if ($version) {
181181

182182
This example follows the recommended practice for version checking:
183183

184-
- It checks whether the value of the **Release** entry is *greater than or equal to* the value of the known release keys.
184+
- It checks whether the value of the **Release** entry is *greater than or equal to* the value of the known release values.
185185
- It checks in order from most recent version to earliest version.
186186

187187
### .NET Framework 1.0-4.0

0 commit comments

Comments
 (0)