Skip to content

Commit 0055864

Browse files
Fix typo on README.md
1 parent 2df81e0 commit 0055864

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
@@ -352,7 +352,7 @@ private class Foo
352352
{
353353
...
354354

355-
public NumberManager(IInputManager inputManager, IEnumerable<IManager> managers)
355+
public Foo(IInputManager inputManager, IEnumerable<IManager> managers)
356356
{
357357
...
358358
}

0 commit comments

Comments
 (0)