Wrong quotes in docs of binding configurators
Closed this issue · 1 comments
HampusMat commented
For example in src/di_container/asynchronous/binding/scope_configurator.rs
/// Scope configurator for a binding for type 'Interface' inside a [`IAsyncDIContainer`].
' is used when ` should be used.
This is a problem in both the async & blocking binding configurators.