Skip to content

Commit bd4323e

Browse files
Update docs/msbuild/change-waves.md
Co-authored-by: Ben Villalobos <[email protected]>
1 parent 19702f6 commit bd4323e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/msbuild/change-waves.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ When you set `MSBuildDisableFeaturesFromVersion` to a particular value, you migh
3030
| `MSBuildDisableFeaturesFromVersion` Value | Result | Receive Warning? |
3131
| :------------- | :---------- | :----------: |
3232
| Unset | Enable all change waves, meaning all features behind each change wave are enabled. | No |
33-
| Any valid and current change Wave (for example, `16.8`) | Disable all features behind change wave `16.8` **and higher**. | No |
33+
| Any valid and current change wave (for example, `16.8`) | Disable all features behind change wave `16.8` **and higher**. | No |
3434
| Invalid Value (for example, `16.9` when valid waves are `16.8` and `16.10`)| Default to the closest valid value (ascending). For example, setting `16.9` will default you to `16.10`. | No |
3535
| Out of Rotation (for example, `17.1` when the highest wave is `17.0`) | Clamp to the closest valid value. For example, `17.1` clamps to `17.0`, and `16.5` clamps to `16.8` | Yes |
3636
| Invalid Format (for example, `16x8`, `17_0`, `garbage`) | Enable all change waves, meaning all features behind each change wave are enabled. | Yes |
@@ -60,4 +60,4 @@ There are no out of rotation change waves at this time.
6060
## See also
6161

6262
- [MSBuild](msbuild.md)
63-
- [What's new in MSBuild 16](whats-new-msbuild-16-0.md)
63+
- [What's new in MSBuild 16](whats-new-msbuild-16-0.md)

0 commit comments

Comments
 (0)