From f8108871d6f2da081f83e3d5b9914c80c92db809 Mon Sep 17 00:00:00 2001
From: Chris Johnston <16418643+Chris-Johnston@users.noreply.github.com>
Date: Thu, 28 Sep 2017 13:26:23 -0700
Subject: [PATCH] Typo fix for SocketGuildUser.Hierarchy description (#831)
---
src/Discord.Net.WebSocket/Entities/Users/SocketGuildUser.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Discord.Net.WebSocket/Entities/Users/SocketGuildUser.cs b/src/Discord.Net.WebSocket/Entities/Users/SocketGuildUser.cs
index 844b0c7f4..66af20bb6 100644
--- a/src/Discord.Net.WebSocket/Entities/Users/SocketGuildUser.cs
+++ b/src/Discord.Net.WebSocket/Entities/Users/SocketGuildUser.cs
@@ -43,7 +43,7 @@ namespace Discord.WebSocket
public SocketVoiceState? VoiceState => Guild.GetVoiceState(Id);
public AudioInStream AudioStream => Guild.GetAudioStream(Id);
- /// The position of the user within the role hirearchy.
+ /// The position of the user within the role hierarchy.
/// The returned value equal to the position of the highest role the user has,
/// or int.MaxValue if user is the server owner.
public int Hierarchy