This commit is contained in:
Tristan B. Kildaire 2020-10-20 13:51:02 +02:00
parent f91b325cd0
commit bf84f4d174
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ public final class DClient
/**
* Delete's the given property of yourself
*/
public void deleteProperty(string property)
public void delete Property(string property)
{
/* The property's value */
bool status;