doc(fix): add missing double quote

..sigh
This commit is contained in:
Victor Westerlund 2024-10-27 11:56:00 +00:00
parent cbea23108a
commit 29345dd165

View file

@ -13,7 +13,7 @@ $mime->get_type_from_ext("webp"); // "image/webp"
// From pathname
$mime->get_ext_from_file("path/to/file.webp"); // "webp"
$mime->get_type_from_file("path/to/file.webp); // "image/webp"
$mime->get_type_from_file("path/to/file.webp"); // "image/webp"
```
# Installation