Skip to content

Commit 625e7c2

Browse files
committed
fix inline doc annotations
1 parent 1e61ea3 commit 625e7c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Discord.Net.Interactions/InteractionService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1155,7 +1155,7 @@ public bool TryRemoveGenericModalComponentTypeConverter<T>(out Type converterTyp
11551155
/// Removing a <see cref="ModalComponentTypeConverter"/> from the <see cref="InteractionService"/> will not dereference the <see cref="ModalComponentTypeConverter"/> from the loaded module/command instances.
11561156
/// You need to reload the modules for the changes to take effect.
11571157
/// </remarks>
1158-
/// <param name="type">The type to remove the converter from.</typeparam>
1158+
/// <param name="type">The type to remove the converter from.</param>
11591159
/// <param name="converterType">The converter if the resulting remove operation was successful.</param>
11601160
/// <returns><see langword="true"/> if the remove operation was successful; otherwise <see langword="false"/>.</returns>
11611161
public bool TryRemoveGenericModalComponentTypeConverter(Type type, out Type converterType) =>

0 commit comments

Comments
 (0)