Skip to content

Commit 04b9c00

Browse files
committed
typo fix
1 parent fa076fe commit 04b9c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ConventionTests/Conventions/Internal/AssemblyProjectLocator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ static MethodDefinition GetMethodWithBody(AssemblyDefinition definition)
4949
}
5050
}
5151
}
52-
throw new InvalidOperationException("Coudln't find any type with methods with body");
52+
throw new InvalidOperationException("Couldn't find any type with methods with body");
5353
}
5454
}
5555
}

0 commit comments

Comments
 (0)