We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e0c01d commit 66cc7baCopy full SHA for 66cc7ba
lib/ioc_container.dart
@@ -73,7 +73,7 @@ class IocContainer {
73
///so the container can store scope or singletons
74
final Map<Type, Object> singletons;
75
76
- ///🔒 Map of locks by type. This ensures that no async singletons execute
+ ///🔒 Map of locks by type. This ensures that no async singletons execute
77
///more than once, unless there is an error
78
// ignore: strict_raw_type
79
final Map<Type, AsyncLock> locks;
0 commit comments