From 69e3a0289b33b28d5f3f0b3daefd514dfe35a8f0 Mon Sep 17 00:00:00 2001 From: David Schmitt Date: Sat, 7 May 2022 16:39:44 +0100 Subject: [PATCH] docs: minor typo in docstring --- src/authenticator.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/authenticator.rs b/src/authenticator.rs index 6c3a814..79296a5 100644 --- a/src/authenticator.rs +++ b/src/authenticator.rs @@ -1,4 +1,4 @@ -//! Module contianing the core functionality for OAuth2 Authentication. +//! Module containing the core functionality for OAuth2 Authentication. use crate::application_default_credentials::{ ApplicationDefaultCredentialsFlow, ApplicationDefaultCredentialsFlowOpts, };