Fix formatting of old aglo block
Also spelled algorithms correctly
This commit is contained in:
parent
493dc0c069
commit
136064f4b2
1 changed files with 9 additions and 9 deletions
|
|
@ -462,7 +462,7 @@ namespace TShockAPI.DB
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// A dictionary of hashing algortihms and an implementation object.
|
/// A dictionary of hashing algorithms and an implementation object.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
protected internal readonly Dictionary<string, Func<HashAlgorithm>> HashTypes = new Dictionary<string, Func<HashAlgorithm>>
|
protected internal readonly Dictionary<string, Func<HashAlgorithm>> HashTypes = new Dictionary<string, Func<HashAlgorithm>>
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue