fixed typo
This commit is contained in:
parent
76692bb283
commit
b91cddb2fa
|
|
@ -41,7 +41,7 @@
|
||||||
///
|
///
|
||||||
/// Context settings are only relevant to the call they are invoked with, that
|
/// Context settings are only relevant to the call they are invoked with, that
|
||||||
/// is to say, they aren't sticky. Some of these settings, such as the
|
/// is to say, they aren't sticky. Some of these settings, such as the
|
||||||
/// compression options, can be made persistant at channel construction time
|
/// compression options, can be made persistent at channel construction time
|
||||||
/// (see \a grpc::CreateCustomChannel).
|
/// (see \a grpc::CreateCustomChannel).
|
||||||
///
|
///
|
||||||
/// \warning ClientContext instances should \em not be reused across rpcs.
|
/// \warning ClientContext instances should \em not be reused across rpcs.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue