@@ -26,7 +26,7 @@ public AcceptedAtActionResultAssertions(AcceptedAtActionResult subject) : base(s
2626 /// is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
2727 /// </param>
2828 /// <param name="reasonArgs">
29- /// Zero or more objects to format using the placeholders in <see cref ="reason" />.
29+ /// Zero or more objects to format using the placeholders in <paramref name ="reason"/>.
3030 /// </param>
3131 public AcceptedAtActionResultAssertions WithActionName ( string expectedActionName , string reason = "" , params object [ ] reasonArgs )
3232 {
@@ -46,11 +46,11 @@ public AcceptedAtActionResultAssertions WithActionName(string expectedActionName
4646 /// </summary>
4747 /// <param name="expectedControllerName">The expected controller.</param>
4848 /// <param name="reason">
49- /// A formatted phrase as is supported by <see cref="string.Format(string,object[])" /> explaining why the assertion
49+ /// A formatted phrase as is supported by <see cref="string.Format(string,object[])" /> explaining why the assertion
5050 /// is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
5151 /// </param>
5252 /// <param name="reasonArgs">
53- /// Zero or more objects to format using the placeholders in <see cref ="reason" />.
53+ /// Zero or more objects to format using the placeholders in <paramref name ="reason"/>.
5454 /// </param>
5555 public AcceptedAtActionResultAssertions WithControllerName ( string expectedControllerName , string reason = "" , params object [ ] reasonArgs )
5656 {
@@ -71,11 +71,11 @@ public AcceptedAtActionResultAssertions WithControllerName(string expectedContro
7171 /// <param name="key">The expected key.</param>
7272 /// <param name="expectedValue">The expected value.</param>
7373 /// <param name="reason">
74- /// A formatted phrase as is supported by <see cref="string.Format(string,object[])" /> explaining why the assertion
74+ /// A formatted phrase as is supported by <see cref="string.Format(string,object[])" /> explaining why the assertion
7575 /// is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
7676 /// </param>
7777 /// <param name="reasonArgs">
78- /// Zero or more objects to format using the placeholders in <see cref ="reason" />.
78+ /// Zero or more objects to format using the placeholders in <paramref name ="reason"/>.
7979 /// </param>
8080 public AcceptedAtActionResultAssertions WithRouteValue ( string key , object expectedValue , string reason = "" , params object [ ] reasonArgs )
8181 {
0 commit comments