branch: elpa/nix-mode
commit 616c36889855d83415cb6fd72ad56606e84e40d6
Author: Matthew Justin Bauer <[email protected]>
Commit: GitHub <[email protected]>
Add two spaces after period.
---
nix-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nix-mode.el b/nix-mode.el
index dd8bc3e6d5..2777e15eab 100644
--- a/nix-mode.el
+++ b/nix-mode.el
@@ -10,7 +10,7 @@
;;; Commentary:
-;; A major mode for editing Nix expressions (.nix files). See the Nix manual
+;; A major mode for editing Nix expressions (.nix files). See the Nix manual
;; for more information available at https://nixos.org/nix/manual/.
;;; Code: