소스 검색

Remove wording indicating proto2 support is reimplemented

Sydney Acksman 6 년 전
부모
커밋
c920715cf5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/csharp/proto2.md

+ 1 - 1
docs/csharp/proto2.md

@@ -1,4 +1,4 @@
-As part of the 3.10 release of Google.Protobuf, proto2 support has been reimplemented. This document outlines the new changes brought about by this experimental rerelease of proto2 support. This does not break existing proto3 support and users may continue to use proto3 features without changing their current code. Again the generated code and public API associated with proto2 is experimental and subject to change in the future. APIs for proto2 may be added, removed, or adjusted as feedback is received.
+As part of the 3.10 release of Google.Protobuf, experimental proto2 support has been released. This document outlines the new changes brought about to include proto2 support. This does not break existing proto3 support and users may continue to use proto3 features without changing their current code. Again the generated code and public API associated with proto2 is experimental and subject to change in the future. APIs for proto2 may be added, removed, or adjusted as feedback is received.
 Generated code for proto2 may also be modified by adding, removing, or adjusting APIs as feedback is received.
 
 ### Enabling proto2 features