Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolayPianikov committed Nov 6, 2024
1 parent 7eb0f83 commit a86475c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ partial class Composition
return new Program(
new CardboardBox<ICat>(
new ShroedingersCat(
new Lazy<Sample.State>(
new Lazy<State>(
stateFunc))));
}
}
Expand Down
2 changes: 1 addition & 1 deletion readme/ReadmeTemplate.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ partial class Composition
return new Program(
new CardboardBox<ICat>(
new ShroedingersCat(
new Lazy<Sample.State>(
new Lazy<State>(
stateFunc))));
}
}
Expand Down

0 comments on commit a86475c

Please sign in to comment.