Browse Source

Add a missing change for 2c7cc738

pull/1161/head
Still Hsu 7 years ago
parent
commit
45edfaf87d
No known key found for this signature in database GPG Key ID: 8601A145FDA95209
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.Rest/Entities/Channels/ChannelHelper.cs

+ 1
- 1
src/Discord.Net.Rest/Entities/Channels/ChannelHelper.cs View File

@@ -164,7 +164,7 @@ namespace Discord.Rest


/// <exception cref="ArgumentException"> /// <exception cref="ArgumentException">
/// <paramref name="filePath" /> is a zero-length string, contains only white space, or contains one or more /// <paramref name="filePath" /> is a zero-length string, contains only white space, or contains one or more
/// invalid characters as defined by <see cref="System.IO.Path.InvalidPathChars" />.
/// invalid characters as defined by <see cref="System.IO.Path.GetInvalidPathChars" />.
/// </exception> /// </exception>
/// <exception cref="ArgumentNullException"> /// <exception cref="ArgumentNullException">
/// <paramref name="filePath" /> is <c>null</c>. /// <paramref name="filePath" /> is <c>null</c>.


Loading…
Cancel
Save