Skip to content

Commit 9beb7d4

Browse files
refactor: use 'some future' instead of 'next' major version
Co-authored-by: Luke Wagner <[email protected]>
1 parent 707d60e commit 9beb7d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

design/mvp/WIT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1118,7 +1118,7 @@ interface calc {
11181118

11191119
At this point, tooling consuming this WIT will be able to appropriately alert users to the now-deprecated `add-one` function.
11201120

1121-
**Second: completely remove the deprecated item in the next SemVer-compliant major version**
1121+
**Second: completely remove the deprecated item in some future SemVer-compliant major version**
11221122

11231123
```wit
11241124
package examples:[email protected];

0 commit comments

Comments
 (0)