Skip to content

Commit df7c0fa

Browse files
committed
wrding
1 parent a6a9bfe commit df7c0fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

develop-docs/sdk/processes/breaking_changes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ In general, it's good to explicitly point out which parts of the API are public
3232
In some SDKs, the line between public and private API is unclear, in which case you need to be more mindful of users possibly using functions that weren't meant to be public. In these cases, you need to make a decision. If unsure, discuss with your teammates. Some pointers:
3333
- Is the API mentioned in the user-facing docs? Then it's highly likely public, and you should consider making changes to it in a major release.
3434
- Was the code you're changing solely created for an internal purpose? Is it a utility or a helper function? Then it's fine to change.
35-
- Have you seen this function be used in user code, for example in issue reproduction examples in your repo?
35+
- Have you seen the function used in user code, for example in issue reproduction examples in your repo?
3636

3737
Naturally, the language of your SDK and the community around it also affects what is generally considered a breaking change. Some languages provide their own guidelines:
3838
- [.NET](https://learn.microsoft.com/en-gb/dotnet/core/compatibility/library-change-rules)

0 commit comments

Comments
 (0)