Add missing closing parens.

https://xkcd.com/859
This commit is contained in:
Attila Oláh 2024-03-02 12:40:40 +01:00 committed by GitHub
parent d2c93188e2
commit ac4441fabd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -105,7 +105,7 @@ let
type = types.bool;
description = lib.mdDoc ''
If the device does not currently contain a filesystem (as
determined by {command}`blkid`, then automatically
determined by {command}`blkid`), then automatically
format it with the filesystem type specified in
{option}`fsType`. Use with caution.
'';