瀏覽代碼

Fix spelling

Hans 3 年之前
父節點
當前提交
6f05d317e9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      shared-lib/flowy-derive/src/proto_buf/serialize.rs

+ 1 - 1
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<CellData>, the memeber will be cells, ty would be Vec
+// e.g. pub cells: Vec<CellData>, the member will be cells, ty would be Vec
 fn token_stream_for_vec(ctxt: &Ctxt, member: &syn::Member, ty: &syn::Type) -> Option<TokenStream> {
     let ty_info = parse_ty(ctxt, ty)?;
     match ident_category(ty_info.ident) {