GreanTech / AtomEventStore

A server-less .NET Event Store based on the Atom syndication format
MIT License
117 stars 14 forks source link

Corrected a small typo in a CodeAnalysis suppression attribute #107

Closed moodmosaic closed 9 years ago

moodmosaic commented 9 years ago

Essentially,

"[..] there's no way to know what type of exception will can be thrown."

is changed to:

"[..] there's no way to know what type of exception can be thrown."
ploeh commented 9 years ago

Thank you :+1: