Merge pull request #292773 from attilaolah/patch-1

Add missing closing parens
This commit is contained in:
Paul Meyer
2024-03-02 17:32:16 +01:00
committed by GitHub
+1 -1
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.
'';