Skip to content

Commit 7fa2287

Browse files
2 parents fe72e14 + 59c3dac commit 7fa2287

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
@@ -184,7 +184,7 @@ public class ExampleClass
184184
}
185185

186186
public IAsyncCommand ExampleAsyncCommand { get; }
187-
public IAsyncCommand ExampleAsyncIntCommand { get; }
187+
public IAsyncCommand<int> ExampleAsyncIntCommand { get; }
188188
public IAsyncCommand ExampleAsyncExceptionCommand { get; }
189189
public IAsyncCommand ExampleAsyncCommandNotReturningToTheCallingThread { get; }
190190

0 commit comments

Comments
 (0)