Skip to content

Commit

Permalink
Adjust a docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanUkhov committed Oct 5, 2024
1 parent 35d780e commit 13ae02e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions google-apis-common/src/auth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//!
//! By default, [`GetToken`] is implemented for:
//! - [`Authenticator`] : An authenticator which supports a variety of authentication methods
//! - [`String`] : Plain oauth2 token in String format
//! - [`String`] : Plain OAuth2 token in String format
//! - [`NoToken`] : No token, used for APIs which do not require a token
//!
//! # Usage
Expand All @@ -27,8 +27,8 @@
//! use std::future::Future;
//! use std::pin::Pin;
//!
//! use google_apis_common::{GetToken, oauth2};
//! use oauth2::authenticator::Authenticator;
//! use google_apis_common::GetToken;
//! use yup_oauth2::authenticator::Authenticator;
//!
//! #[derive(Clone)]
//! struct AuthenticatorWithRetry<S> {
Expand Down

0 comments on commit 13ae02e

Please sign in to comment.