Skip to content

Commit 2be24b1

Browse files
authored
docs: correct sentence in CONTRIBUTING.md (#1750)
Change "likely" to "unlikely" where the context indicates the latter was meant.
1 parent d07bc9f commit 2be24b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ If you are making changes to the codebase that affects the code that gets genera
3535
These generated test cases and examples provide a means to not only validate the functionality, but as they are checked in to source code, allow us to see if there are any subtle issues or breaking changes.
3636

3737
> [!NOTE]
38-
> Significant changes to generated code are likely to be merged, especially in cases where there would be a breaking change that all consumers would have to respond to i.e. renaming a function or changing the function signature.
38+
> Significant changes to generated code are unlikely to be merged, especially in cases where there would be a breaking change that all consumers would have to respond to i.e. renaming a function or changing the function signature.
3939
>
4040
> However, if we can make this an opt-in feature (using the `output-options` configuration object) then that would be our preference.
4141

0 commit comments

Comments
 (0)