Skip to content

Commit 313a068

Browse files
authored
Merge pull request #120 from geisterfurz007/patch-1
Update README.md
2 parents dd56ba9 + 660edcc commit 313a068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ As soon as the user Logs off all you have to do is pop the Scope and automatical
217217
Another example could be a shopping basket where you want to ensure that not a cart from a previous session is used again. So at the beginning of a new session you push a new scope and register a new cart object. At the end of the session you pop this scope again.
218218

219219
### Disposing Singletons and Scopes
220-
From V5.0 on you can pass a `disose` function when registering any Singletons. For this the registration functions have a optional parameter:
220+
From V5.0 on you can pass a `dispose` function when registering any Singletons. For this the registration functions have a optional parameter:
221221

222222
```Dart
223223
DisposingFunc<T> dispose

0 commit comments

Comments
 (0)