This commit is contained in:
Tristan B. Velloza Kildaire 2024-04-10 17:05:25 +02:00
parent 9676a851aa
commit bb89398856
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ You will need to start off with a class that inherits from the `Transform` class
```d
import dlog;
public class CustomTranform : Transform
public class CustomTransform : Transform
{
public override Message transform(Message message)
{