Skip to content

Commit f7f155c

Browse files
authored
Update Sources/GRPCProtobuf/Documentation.docc/Articles/API-stability-of-generated-code.md
1 parent 2691277 commit f7f155c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/GRPCProtobuf/Documentation.docc/Articles/API-stability-of-generated-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ The gRPC Swift maintainers may need to evolve the generated code over time. This
6464
will be done in a source-compatible way.
6565

6666
If APIs are no longer suitable then they may be deprecated in favour of new
67-
ones. Existing API will never be removed and deprecated APIs will continue to
68-
function.
67+
ones. Within a major version of the package existing API won't be removed
68+
and deprecated APIs will continue to function.
6969

7070
If the generator introduces new ways to generate code which are incompatible
7171
with the previously generated code then they will require explicit opt-in via an

0 commit comments

Comments
 (0)