Skip to content

Commit b97a637

Browse files
Minor
1 parent 4e30572 commit b97a637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ A lazy registration for this service can be added like this:
3333

3434
```CSharp
3535
// Creating a container
36-
var container = new UnityContainer();
36+
using var container = new UnityContainer();
3737

3838
// Adding a lazy registration
3939
container.RegisterLazy<IMyService, MyService>();

0 commit comments

Comments
 (0)