@@ -26,7 +26,7 @@ public AcceptedAtActionResultAssertions(AcceptedAtActionResult subject) : base(s
26
26
/// is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
27
27
/// </param>
28
28
/// <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"/>.
30
30
/// </param>
31
31
public AcceptedAtActionResultAssertions WithActionName ( string expectedActionName , string reason = "" , params object [ ] reasonArgs )
32
32
{
@@ -46,11 +46,11 @@ public AcceptedAtActionResultAssertions WithActionName(string expectedActionName
46
46
/// </summary>
47
47
/// <param name="expectedControllerName">The expected controller.</param>
48
48
/// <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
50
50
/// is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
51
51
/// </param>
52
52
/// <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"/>.
54
54
/// </param>
55
55
public AcceptedAtActionResultAssertions WithControllerName ( string expectedControllerName , string reason = "" , params object [ ] reasonArgs )
56
56
{
@@ -71,11 +71,11 @@ public AcceptedAtActionResultAssertions WithControllerName(string expectedContro
71
71
/// <param name="key">The expected key.</param>
72
72
/// <param name="expectedValue">The expected value.</param>
73
73
/// <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
75
75
/// is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically.
76
76
/// </param>
77
77
/// <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"/>.
79
79
/// </param>
80
80
public AcceptedAtActionResultAssertions WithRouteValue ( string key , object expectedValue , string reason = "" , params object [ ] reasonArgs )
81
81
{
0 commit comments