Skip to content

Commit df6770e

Browse files
committed
Fixed broken reference to ITopicRoutingService in XMLDoc
This was a side effect of #f430b40, when `Ignia.Topics.ITopicRoutingService` was renamed to `OnTopic.ITopicRoutingService`—and, thus, `Topics.ITopicRoutingService` is no longer valid.
1 parent f1ef5a1 commit df6770e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OnTopic/Metadata/ContentTypeDescriptor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ namespace OnTopic.Metadata {
2020
/// <para>
2121
/// Each topic is associated with a content type. The content type determines which attributes are displayed in the Topics
2222
/// Editor (via the <see cref="AttributeDescriptors"/> property). The content type also determines, by default, which view
23-
/// is rendered by the <see cref="Topics.ITopicRoutingService"/> (assuming the value isn't overwritten down the pipe).
23+
/// is rendered by the <see cref="ITopicRoutingService"/> (assuming the value isn't overwritten down the pipe).
2424
/// </para>
2525
/// <para>
2626
/// Each content type associated with a <see cref="Topic"/> is itself a <see cref="Topic"/> with a Content Type of

0 commit comments

Comments
 (0)