From e3b0044186d03a10f4d8957454a0403e4f5e11e8 Mon Sep 17 00:00:00 2001 From: Imbris Date: Mon, 29 Jan 2024 17:02:10 +0000 Subject: [PATCH] Add period to comment --- voxygen/src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voxygen/src/cli.rs b/voxygen/src/cli.rs index 23d3a98b24..d39a0521bd 100644 --- a/voxygen/src/cli.rs +++ b/voxygen/src/cli.rs @@ -27,6 +27,6 @@ pub struct Args { #[derive(Subcommand)] pub enum Commands { /// List available wgpu backends. This is called by Airshipper to show a - /// dropbox of available backends + /// dropbox of available backends. ListWgpuBackends, }