소스 검색

Typo fix in a comment

Ian Goldberg 6 달 전
부모
커밋
95ec3aa0d8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      cmzcred_derive/src/lib.rs

+ 1 - 1
cmzcred_derive/src/lib.rs

@@ -1,4 +1,4 @@
-// We want the macros like CMZProto to be camel case
+// We want the macros like CMZProtocol to be camel case
 #![allow(non_snake_case)]
 
 /*! The implementation of the CMZCred derive.