icerpc / icerpc-csharp

A C# RPC framework built for QUIC, with bidirectional streaming, first-class async/await, and Protobuf support.
https://docs.icerpc.dev
Apache License 2.0
94 stars 13 forks source link

Minor improvements to 'ServiceAddress' comments. #4003

Closed InsertCreativityHere closed 1 month ago

InsertCreativityHere commented 1 month ago

This PR makes some minor improvements to comments and an error message in ServiceAddress.


'and' is more correct here because it's an "inclusive or", whereas 'or' functions like an "exclusive or". And it's fine for a URI to contain both % and unreserved characters.