diff --git a/sources/Aliases/AliasesAPI.uc b/sources/Aliases/AliasesAPI.uc index fc684d8..dbbb6b3 100644 --- a/sources/Aliases/AliasesAPI.uc +++ b/sources/Aliases/AliasesAPI.uc @@ -323,10 +323,9 @@ public final function Text ResolveEntity( * Custom alias sources are any type of alias source that isn't built-in into * Acedia. They can either be added manually by the admin through config file. * - * Lookup of alias can fail if either alias does not exist in entity alias - * source or entity alias source itself does not exist - * (due to either faulty configuration or incorrect definition). - * To determine if entity alias source exists you can check + * Lookup of alias can fail if either alias does not exist in specified + * alias source or that alias source itself does not exist. + * To determine if specified alias source exists you can check * `_.alias.GetCustomSource()` value. * * @param alias Alias, for which method will attempt to