Skip to content

Commit 8c5a0c6

Browse files
committed
Aligned order of XML Doc with parameters
1 parent 2067aa7 commit 8c5a0c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OnTopic/Metadata/AttributeDescriptor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ public abstract class AttributeDescriptor : Topic {
5656
/// </remarks>
5757
/// <param name="key">A string representing the key for the new topic instance.</param>
5858
/// <param name="contentType">A string representing the key of the target content type.</param>
59-
/// <param name="id">The unique identifier assigned by the data store for an existing topic.</param>
6059
/// <param name="parent">Optional topic to set as the new topic's parent.</param>
60+
/// <param name="id">The unique identifier assigned by the data store for an existing topic.</param>
6161
/// <exception cref="ArgumentException">
6262
/// Thrown when the class representing the content type is found, but doesn't derive from <see cref="Topic"/>.
6363
/// </exception>

0 commit comments

Comments
 (0)