Skip to content

Commit cb40f53

Browse files
Merge pull request #134 from DevelAx/patch-1
Fixed a typo
2 parents d5e404b + 7548ebd commit cb40f53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ public class Foo
436436
Qux _qux;
437437

438438
[Inject]
439-
public Init(IBar bar, Qux qux)
439+
public void Init(IBar bar, Qux qux)
440440
{
441441
_bar = bar;
442442
_qux = qux;

0 commit comments

Comments
 (0)