Fix if description (#2204) (#2213)

This commit is contained in:
Y.Horie 2020-07-19 02:16:35 +09:00 committed by GitHub
parent d0712a00f4
commit 0ae7c5d836
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ impl WholeStreamCommand for If {
} }
fn usage(&self) -> &str { fn usage(&self) -> &str {
"Filter table to match the condition." "Run blocks if a condition is true or false."
} }
async fn run( async fn run(