Skip to content

Commit

Permalink
Merge pull request #368 from liruohrh/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
escamoteur authored Aug 11, 2024
2 parents 6de0844 + e9385f1 commit f159175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ void resetLazySingleton<T>({Object instance,
### Resetting GetIt completely

```Dart
/// Disposes all registered types in the reverse order in which they were registered.
/// Clears all registered types in the reverse order in which they were registered.
/// Handy when writing unit tests or before quitting your application.
/// If you provided dispose function when registering they will be called
/// [dispose] if `false` it only resets without calling any dispose
Expand Down

0 comments on commit f159175

Please sign in to comment.