docs(sdk): Fix a small typo
parent
43011261a8
commit
7a21bdd573
|
@ -1433,7 +1433,7 @@ impl Client {
|
||||||
/// Send an arbitrary request to the server, without updating client state.
|
/// Send an arbitrary request to the server, without updating client state.
|
||||||
///
|
///
|
||||||
/// **Warning:** Because this method *does not* update the client state, it
|
/// **Warning:** Because this method *does not* update the client state, it
|
||||||
/// is important to make sure than you account for this yourself, and
|
/// is important to make sure that you account for this yourself, and
|
||||||
/// use wrapper methods where available. This method should *only* be
|
/// use wrapper methods where available. This method should *only* be
|
||||||
/// used if a wrapper method for the endpoint you'd like to use is not
|
/// used if a wrapper method for the endpoint you'd like to use is not
|
||||||
/// available.
|
/// available.
|
||||||
|
|
Loading…
Reference in New Issue