From 573a06755e55ac2f0886f2c4e29583b8a74a9cb1 Mon Sep 17 00:00:00 2001 From: Dev Date: Tue, 12 Jul 2022 20:58:06 +0000 Subject: [PATCH] Typos removed --- --- a/crates/struct-versioning/src/lib.rs +++ b/crates/struct-versioning/src/lib.rs @@ -204,7 +204,7 @@ /// - *versions* - generate enum, which contains all possible versions of struct /// /// Each field may have version attribute -/// `#[[1]..[2][, upper(old)])]` +/// `#[version([1]..[2][, upper(old)])]` /// - *1* - version, on which this field is appeared /// - *2* - version, in which this field was removed /// (i.e if set to 2, this field was exist on version 1, and no longer exist on version 2) -- gitstuff