Browse Source

Fix comments for `ResolveCustom` methods from `AliasAPI`

pull/8/head
Anton Tarasenko 2 years ago
parent
commit
2286540a60
  1. 7
      sources/Aliases/AliasesAPI.uc

7
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 * 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. * 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 * Lookup of alias can fail if either alias does not exist in specified
* source or entity alias source itself does not exist * alias source or that alias source itself does not exist.
* (due to either faulty configuration or incorrect definition). * To determine if specified alias source exists you can check
* To determine if entity alias source exists you can check
* `_.alias.GetCustomSource()` value. * `_.alias.GetCustomSource()` value.
* *
* @param alias Alias, for which method will attempt to * @param alias Alias, for which method will attempt to

Loading…
Cancel
Save