Browse Source

Fixed a typo in ISnowflakeEntity

pull/1161/head
Casino Boyale 7 years ago
parent
commit
5a517da919
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.Core/Entities/ISnowflakeEntity.cs

+ 1
- 1
src/Discord.Net.Core/Entities/ISnowflakeEntity.cs View File

@@ -6,7 +6,7 @@ namespace Discord
public interface ISnowflakeEntity : IEntity<ulong>
{
/// <summary>
/// Gets when the snowflake is created.
/// Gets when the snowflake was created.
/// </summary>
/// <returns>
/// A <see cref="DateTimeOffset"/> representing when the entity was first created.


Loading…
Cancel
Save