diff --git a/src/Discord.Net.WebSocket/Entities/Roles/SocketRole.cs b/src/Discord.Net.WebSocket/Entities/Roles/SocketRole.cs
index 1e90b8f5c..3bcc362ef 100644
--- a/src/Discord.Net.WebSocket/Entities/Roles/SocketRole.cs
+++ b/src/Discord.Net.WebSocket/Entities/Roles/SocketRole.cs
@@ -39,7 +39,9 @@ namespace Discord.WebSocket
public string Icon { get; private set; }
///
public GuildPermissions Permissions { get; private set; }
- ///
+ ///
+ /// Returns the position of the role in the hierarchy. The higher the number, the higher the role is in the hierarchy.
+ ///
public int Position { get; private set; }
///
public RoleTags Tags { get; private set; }