Skip to content

Commit 8521489

Browse files
committed
Small fix in documentation
1 parent e5788fb commit 8521489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ MyWebApi
153153
.InvalidModelState()
154154
.AndAlso()
155155
.ShouldReturn()
156-
.Ok();;
156+
.Ok();
157157

158158
// tests whether model state error exists (or does not exist) for specific key
159159
// * not recommended because of magic string

0 commit comments

Comments
 (0)