diff --git a/docs/core/versions/selection.md b/docs/core/versions/selection.md index fd13ae7a54a04..4fce9dacd11ce 100644 --- a/docs/core/versions/selection.md +++ b/docs/core/versions/selection.md @@ -93,7 +93,7 @@ A few usage examples demonstrate the behavior, if you target 5.0: Minor version roll-forward has one side-effect that may affect end users. Consider the following scenario: 01. The application specifies that 5.0 is required. -02. When run, version 5.0.* isn't installed, however, 5.1.0 is. Version 3.1.0 will be used. +02. When run, version 5.0.* isn't installed, however, 5.1.0 is. Version 5.1.0 will be used. 03. Later, the user installs 5.0.3 and runs the application again, 5.0.3 will now be used. It's possible that 5.0.3 and 5.1.0 behave differently, particularly for scenarios like serializing binary data.