Skip to content

Commit b784839

Browse files
committed
2 parents f885587 + 43638a7 commit b784839

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/DryIoc.Docs/UnregisterAndResolutionCache.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
**Not updated yet for V4**
21

32
# Unregister and Resolution Cache
43

@@ -128,4 +127,4 @@ Use the same setup `asResolutionCall: true` as a workaround for tne dependency o
128127
container.Register<B>(Reuse.Singleton);
129128

130129
var a1 = container.Resolve<A>();
131-
Assert.AreNotSame(a, a1);
130+
Assert.AreNotSame(a, a1);

0 commit comments

Comments
 (0)