From 14f1fc1837675e1771e220f848b46213462ae804 Mon Sep 17 00:00:00 2001 From: HampusM Date: Wed, 2 Aug 2023 19:17:54 +0200 Subject: docs: fix wrong quotes in binding configurators --- src/di_container/asynchronous/binding/when_configurator.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/di_container/asynchronous/binding/when_configurator.rs') diff --git a/src/di_container/asynchronous/binding/when_configurator.rs b/src/di_container/asynchronous/binding/when_configurator.rs index c1bb8c5..39e1807 100644 --- a/src/di_container/asynchronous/binding/when_configurator.rs +++ b/src/di_container/asynchronous/binding/when_configurator.rs @@ -9,7 +9,7 @@ use crate::dependency_history::IDependencyHistory; use crate::di_container::asynchronous::IAsyncDIContainer; use crate::errors::async_di_container::AsyncBindingWhenConfiguratorError; -/// When configurator for a binding for type 'Interface' inside a [`IAsyncDIContainer`]. +/// When configurator for a binding for type `Interface` inside a [`IAsyncDIContainer`]. /// /// [`IAsyncDIContainer`]: crate::di_container::asynchronous::IAsyncDIContainer pub struct AsyncBindingWhenConfigurator -- cgit v1.2.3-18-g5258