From 6a39905b4333582fbcda81a66a9b91055333d698 Mon Sep 17 00:00:00 2001 From: Jake Stanger Date: Wed, 1 Feb 2023 21:08:03 +0000 Subject: [PATCH] docs(compiling): add missing full stop --- docs/Compiling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Compiling.md b/docs/Compiling.md index 804f957..23e065c 100644 --- a/docs/Compiling.md +++ b/docs/Compiling.md @@ -42,7 +42,7 @@ cargo build --release --no-default-features \ | clock | Enables the `clock` module. | | music+all | Enables the `music` module with support for all player types. | | music+mpris | Enables the `music` module with MPRIS support. | -| music+mpd | Enables the `music` module with MPD support | +| music+mpd | Enables the `music` module with MPD support. | | sys_info | Enables the `sys_info` module. | | tray | Enables the `tray` module. | | workspaces+all | Enables the `workspaces` module with support for all compositors. |