We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d52b11 commit 3ac7b50Copy full SHA for 3ac7b50
1 file changed
docs/.vitepress/components/api-docs/method.vue
@@ -43,7 +43,7 @@ function seeAlsoToUrl(see: string): string {
43
44
<div v-if="experimental" class="warning custom-block">
45
<p class="custom-block-title">Experimental</p>
46
- <p>This method is experimental and may change in future versions.</p>
+ <p>This method is experimental and changes may not follow semantic versioning.</p>
47
</div>
48
49
<div v-html="description"></div>
0 commit comments