From d21c0c115525101161ae66befcc6e3b0870ac769 Mon Sep 17 00:00:00 2001 From: Noikoio Date: Tue, 20 Feb 2018 00:19:39 -0800 Subject: [PATCH] Removed misleading documentation --- ConfigItem/EntityName.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ConfigItem/EntityName.cs b/ConfigItem/EntityName.cs index 046ded7..b738f82 100644 --- a/ConfigItem/EntityName.cs +++ b/ConfigItem/EntityName.cs @@ -3,9 +3,7 @@ enum EntityType { Channel, Role, User } /// - /// Used to join together an entity ID and its name, particularly when read from configuration. - /// In the event of an unknown ID, the ID is found and cached. The ID should preferably be used - /// over the entity's string-based name, as it can change at any time. + /// Used to join together an entity ID and its name when read from configuration. /// In configuration, entities are fully specified with a prefix (if necessary), an ID, two colons, and a name. /// struct EntityName