Skip to content

Commit

Permalink
docs(compiling): add missing full stop
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeStanger committed Feb 1, 2023
1 parent 2780d98 commit 6a39905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Compiling.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down

0 comments on commit 6a39905

Please sign in to comment.