Add period to comment

This commit is contained in:
Imbris 2024-01-29 17:02:10 +00:00 committed by Isse
parent 272837d4e5
commit e3b0044186

View File

@ -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,
}