Skip to content

Commit 7548ebd

Browse files
authored
Fixed a typo
1 parent d5e404b commit 7548ebd

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)