Jelajahi Sumber

DEP 0002: add missing rust tags to codeblock

x 2 tahun lalu
induk
melakukan
ab0c38e37c
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      doc/src/dep/0002.md

+ 2 - 2
doc/src/dep/0002.md

@@ -70,7 +70,7 @@ streaming contract making calls on a ZK NFT.
 
 The current `ContractCall` struct looks like:
 
-```
+```rust
 pub struct ContractCall {
     /// ID of the contract invoked
     pub contract_id: ContractId,
@@ -81,7 +81,7 @@ pub struct ContractCall {
 
 We propose to change the `data` field to this:
 
-```
+```rust
 pub struct ContractCall {
     /// ID of the contract invoked
     pub contract_id: ContractId,