Skip to content

Commit 6d4a9a0

Browse files
committed
Corrected XmlDoc
1 parent affbe10 commit 6d4a9a0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Ignia.Topics/IPageTopicViewModelCore.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ public interface IPageTopicViewModelCore : ITopicViewModelCore {
4343
/// Gets or sets the Title attribute, which represents the friendly name of the topic.
4444
/// </summary>
4545
/// <remarks>
46-
/// While the <see cref="Key"/> may not contain, for instance, spaces or symbols, there are no restrictions on what
47-
/// characters can be used in the title. For this reason, it provides the default public value for referencing topics. If
48-
/// the title is not set, then this property falls back to the topic's <see cref="Key"/>.
46+
/// While the <see cref="ITopicViewModelCore.Key"/> may not contain, for instance, spaces or symbols, there are no
47+
/// restrictions on what characters can be used in the title. For this reason, it provides the default public value for
48+
/// referencing topics.
4949
/// </remarks>
5050
/// <requires description="The value from the getter must be provided." exception="T:System.ArgumentNullException">
5151
/// !string.IsNullOrWhiteSpace(value)

0 commit comments

Comments
 (0)