Skip to content

Commit 925e65a

Browse files
author
maximv
committed
fixing CI
1 parent a7127d6 commit 925e65a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/DryIoc.Docs/SpecifyDependencyAndPrimitiveValues.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ [Test] public void Example()
407407

408408
public interface ILogger
409409
{
410-
public Type ContextType { get; }
410+
Type ContextType { get; }
411411
}
412412

413413
public class Logger : ILogger

0 commit comments

Comments
 (0)