This commit is contained in:
Tristan B. Velloza Kildaire 2021-12-25 13:01:00 +02:00
parent 9c55fee725
commit 9d0039c72b
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ dlog is formed out of two main components:
### Quick start
If you want to immediately begin logging text usin the defaults and don't care about implementing your own transformations then you can
simply use the defaulkt logger as follows:
simply use the default logger as follows:
```d
import dlog;