mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-20 17:08:00 +02:00
Fixed spelling mistake
This commit is contained in:
parent
ca668bf0fe
commit
7ad6df2c6e
17 changed files with 26 additions and 26 deletions
|
@ -166,7 +166,7 @@ static
|
|||
container.Clear();
|
||||
}
|
||||
|
||||
public static mixin DeleteDictionyAndKeys(var container)
|
||||
public static mixin DeleteDictionaryAndKeys(var container)
|
||||
{
|
||||
if (container != null)
|
||||
{
|
||||
|
@ -178,7 +178,7 @@ static
|
|||
}
|
||||
}
|
||||
|
||||
public static mixin DeleteDictionyAndKeysAndItems(var container)
|
||||
public static mixin DeleteDictionaryAndKeysAndItems(var container)
|
||||
{
|
||||
if (container != null)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue