Skip to content

Commit fe7a183

Browse files
Update src/Components/Components/src/Binding/IFormValueSupplier.cs
Co-authored-by: Mackinnon Buck <[email protected]>
1 parent 6645ce6 commit fe7a183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/Components/src/Binding/IFormValueSupplier.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public interface IFormValueSupplier
1515
/// </summary>
1616
/// <param name="formName">The form name to bind data from.</param>
1717
/// <param name="valueType">The <see cref="Type"/> for the value to bind.</param>
18-
/// <returns></returns>
18+
/// <returns><c>true</c> if the value type can be bound; otherwise, <c>false</c>.</returns>
1919
bool CanBind(string formName, Type valueType);
2020

2121
/// <summary>

0 commit comments

Comments
 (0)