소스 검색

fix data type format

Andrew 3 년 전
부모
커밋
c3d315679a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/src/misc/hashchain/network_protocol.md

+ 1 - 1
doc/src/misc/hashchain/network_protocol.md

@@ -19,7 +19,7 @@ Inventory vectors notify other nodes about objects they have or data which is be
 
 
 | Description   | Data Type            | Comments                   |
 | Description   | Data Type            | Comments                   |
 |-------------- | -------------------- | -------------------------- |
 |-------------- | -------------------- | -------------------------- |
-| invs          | Vec`<[u8; 32]>`      | Inventory items            |
+| invs          | `Vec<[u8; 32]>`      | Inventory items            |
 
 
 ### Receiving an `Inv` message
 ### Receiving an `Inv` message