Skip to content

Commit 4362c54

Browse files
authored
Fix spelling error in comment
1 parent d1707ef commit 4362c54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/TestBuildingBlocks/FakerContainer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ private static MethodBase GetTestMethod()
3434
if (testMethod == null)
3535
{
3636
// If called after the first await statement, the test method is no longer on the stack,
37-
// but has been replaced with the compiler-generated async/wait state machine.
37+
// but has been replaced with the compiler-generated async/await state machine.
3838
throw new InvalidOperationException("Fakers can only be used from within (the start of) a test method.");
3939
}
4040

0 commit comments

Comments
 (0)