Skip to content

Commit b0e1452

Browse files
committed
Fixed framework type in XMLDoc
1 parent 718aea5 commit b0e1452

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OnTopic.AspNetCore.Mvc/Models/NavigationViewModel{T}.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public class NavigationViewModel<T> where T : class, INavigationTopicViewModel<T
5050
/// </summary>
5151
/// <remarks>
5252
/// <para>
53-
/// In order to determine whether any given <see cref="INavigationTopicViewModel{T}.IsSelected(string)"/>, the views
53+
/// In order to determine whether any given <see cref="INavigationTopicViewModel{T}.IsSelected(String)"/>, the views
5454
/// will need to know where in the hierarchy the user currently is. By storing this on the <see
5555
/// cref="NavigationViewModel{T}"/> used as the root view model for every navigation component, we ensure that the views
5656
/// always have access to this information.

0 commit comments

Comments
 (0)