Skip to content

Commit afdf144

Browse files
danroth27pranavkm
authored andcommitted
Correct code comment (#13993)
1 parent 7b0b298 commit afdf144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mvc/Mvc.Abstractions/src/ModelBinding/IValueProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public interface IValueProvider
1919
/// Retrieves a value object using the specified key.
2020
/// </summary>
2121
/// <param name="key">The key of the value object to retrieve.</param>
22-
/// <returns>The value object for the specified key. If the exact key is not found, null.</returns>
22+
/// <returns>The value object for the specified key. If the exact key is not found, <see cref="ValueProviderResult.None" />.</returns>
2323
ValueProviderResult GetValue(string key);
2424
}
2525
}

0 commit comments

Comments
 (0)