diff --git a/shared-lib/flowy-derive/src/proto_buf/serialize.rs b/shared-lib/flowy-derive/src/proto_buf/serialize.rs index 9e838a5aa3..9a14034c18 100644 --- a/shared-lib/flowy-derive/src/proto_buf/serialize.rs +++ b/shared-lib/flowy-derive/src/proto_buf/serialize.rs @@ -109,7 +109,7 @@ fn gen_token_stream(ctxt: &Ctxt, member: &syn::Member, ty: &syn::Type, is_option } } -// e.g. pub cells: Vec, the memeber will be cells, ty would be Vec +// e.g. pub cells: Vec, the member will be cells, ty would be Vec fn token_stream_for_vec(ctxt: &Ctxt, member: &syn::Member, ty: &syn::Type) -> Option { let ty_info = parse_ty(ctxt, ty)?; match ident_category(ty_info.ident) {