Skip to content

Commit 1c8bc36

Browse files
oliverkleeJakeQZ
andauthored
Fix typos as suggested in code review
Co-authored-by: JakeQZ <[email protected]>
1 parent da0c94d commit 1c8bc36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/API-and-deprecation-policy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ and your code might break with any new release of this library.
99
Any classes, methods and properties that are `public` and not marked as
1010
`@internal` are considered to be part of the API. Those methods will continue
1111
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.
1414

1515
Any classes, methods and properties that are `protected` or `private` are _not_
1616
considered part of the API. Please do not rely on them. If you do, you're on

0 commit comments

Comments
 (0)