autocmd: fix typo

This commit is contained in:
Pedro Alves 2023-01-16 23:40:12 +00:00
parent 7131e6985f
commit fc1b7ca321

View file

@ -45,7 +45,7 @@ let
callback = mkOption {
type = types.nullOr types.str;
description = "The name of a Vimscript function to call when this autocommand is triggered. Cannot be used with <command>}.";
description = "The name of a Vimscript function to call when this autocommand is triggered. Cannot be used with <command>.";
default = null;
};