Fix inline code block in mailserver.forwards option description

It should surround the whole attribute set, not leave out the opening
bracket.

Closes: #345
This commit is contained in:
Martin Weinelt
2026-03-08 02:14:31 +01:00
parent c04152fa90
commit e193287dc1
+1 -1
View File
@@ -655,7 +655,7 @@ in
}; };
description = '' description = ''
To forward mails to an external address. For instance, To forward mails to an external address. For instance,
the value {`"user@example.com" = "user@elsewhere.com";}` the value `{ "user@example.com" = "user@elsewhere.com"; }`
means that mails to `user@example.com` are forwarded to means that mails to `user@example.com` are forwarded to
`user@elsewhere.com`. The difference with the `user@elsewhere.com`. The difference with the
{option}`mailserver.extraVirtualAliases` option is that `user@elsewhere.com` {option}`mailserver.extraVirtualAliases` option is that `user@elsewhere.com`