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.
2 parents 6a3e229 + 624f32d commit ca41db3Copy full SHA for ca41db3
lib/get_it.dart
@@ -384,7 +384,7 @@ abstract class GetIt {
384
/// and pops (destroys) the scope so that the previous scope gets active again.
385
/// if you provided dispose functions on registration, they will be called.
386
/// if you passed a dispose function when you pushed this scope it will be
387
- /// calles before the scope is popped.
+ /// called before the scope is popped.
388
/// As dispose functions can be async, you should await this function.
389
Future<void> popScope();
390
0 commit comments