Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/get_it.dart
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ abstract class GetIt {
/// and pops (destroys) the scope so that the previous scope gets active again.
/// if you provided dispose functions on registration, they will be called.
/// if you passed a dispose function when you pushed this scope it will be
/// calles before the scope is popped.
/// called before the scope is popped.
/// As dispose functions can be async, you should await this function.
Future<void> popScope();

Expand Down