Skip to content

Commit aff5bf1

Browse files
committed
Fix typo in comment
1 parent 658c099 commit aff5bf1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/MahApps.Metro/Controls/MultiSelectionComboBox/AddingItemEventArgs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class AddingItemEventArgs : RoutedEventArgs
1717
/// <param name="source">The source object</param>
1818
/// <param name="input">The input string to parse</param>
1919
/// <param name="parsedObject">The parsed object</param>
20-
/// <param name="accepted"><see langword="true"/> if the <see cref="ParsedObject"/> is accepted otherwise <see langword="false"/>/param>
20+
/// <param name="accepted"><see langword="true"/> if the <see cref="ParsedObject"/> is accepted otherwise <see langword="false"/></param>
2121
/// <param name="targetList">The target <see cref="IList"/> where the <see cref="ParsedObject"/> should be added</param>
2222
/// <param name="targetType">the target <see cref="Type"/> to which the <see cref="Input"/> should be converted to</param>
2323
/// <param name="stringFormat">the string format which can be used to control the <see cref="Parser"/></param>

0 commit comments

Comments
 (0)