Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolayPianikov committed Nov 30, 2024
1 parent 03d548a commit 2d2af8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ partial class Composition

public Program Root
{
[MethodImpl(MethodImplOptions.AggressiveInlining)]
get
{
var stateFunc = new Func<State>(() => {
Expand All @@ -135,7 +136,7 @@ partial class Composition
stateFunc))));
}
}

public T Resolve<T>() { ... }

public object Resolve(Type type) { ... }
Expand Down
3 changes: 2 additions & 1 deletion readme/ReadmeTemplate.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ partial class Composition

public Program Root
{
[MethodImpl(MethodImplOptions.AggressiveInlining)]
get
{
var stateFunc = new Func<State>(() => {
Expand All @@ -90,7 +91,7 @@ partial class Composition
stateFunc))));
}
}

public T Resolve<T>() { ... }

public object Resolve(Type type) { ... }
Expand Down

0 comments on commit 2d2af8b

Please sign in to comment.