Skip to content

Commit 2efdd28

Browse files
committed
Used framework types in XMLDocs
Resolves `IDE0049`.
1 parent 7334f90 commit 2efdd28

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

OnTopic.Editor.AspNetCore/Components/DefaultAttributeTypeViewComponent.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ namespace OnTopic.Editor.AspNetCore.Components {
2020
/// The <see cref="AttributeTypeViewComponentBase"/> class provides a foundation for all attribute editors. That said, most
2121
/// attribute editors won't need to deliver a custom <see cref="AttributeViewModel"/> or provide any customized logic. For
2222
/// those, the <see cref="DefaultAttributeTypeViewComponent"/> provides a default implementation of the <see
23-
/// cref="InvokeAsync(AttributeDescriptorTopicViewModel, string)"/> method that should satisfy most requirements. It is
23+
/// cref="InvokeAsync(AttributeDescriptorTopicViewModel, String)"/> method that should satisfy most requirements. It is
2424
/// still expected that derived classes be created, but by deriving from <see cref="DefaultAttributeTypeViewComponent"/>,
25-
/// they do not need to implement their own <see cref="InvokeAsync(AttributeDescriptorTopicViewModel, string)"/> method.
25+
/// they do not need to implement their own <see cref="InvokeAsync(AttributeDescriptorTopicViewModel, String)"/> method.
2626
/// </remarks>
2727
public class DefaultAttributeTypeViewComponent : ViewComponent {
2828

0 commit comments

Comments
 (0)