Skip to content

Commit

Permalink
Merge pull request #362 from chrissutton/patch-1
Browse files Browse the repository at this point in the history
remove apostrophe
  • Loading branch information
josephwoodward committed Feb 18, 2016
2 parents bc1b830 + 52883fe commit 0e0ab3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Shouldly.Shared/Internals/SourceCodeTextGetter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ void ParseStackTrace(StackTrace trace)

string GetCodePart()
{
var codePart = "Shouldly uses your source code to generate it's great error messages, build your test project with full debug information to get better error messages" +
var codePart = "Shouldly uses your source code to generate its great error messages, build your test project with full debug information to get better error messages" +
"\nThe provided expression";

if (_determinedOriginatingFrame)
Expand Down

0 comments on commit 0e0ab3c

Please sign in to comment.