File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ and your code might break with any new release of this library.
9
9
Any classes, methods and properties that are ` public ` and not marked as
10
10
` @internal ` are considered to be part of the API. Those methods will continue
11
11
working in a compatible way over minor and bug-fix releases according
12
- to [ Semantic Versioning] ( https://semver.org/ ) . though we might change the native
13
- type declarations in a way that might could break subclasses, though .
12
+ to [ Semantic Versioning] ( https://semver.org/ ) , though we might change the native
13
+ type declarations in a way that could break subclasses.
14
14
15
15
Any classes, methods and properties that are ` protected ` or ` private ` are _ not_
16
16
considered part of the API. Please do not rely on them. If you do, you're on
You can’t perform that action at this time.
0 commit comments