Skip to content

Commit 54dc68c

Browse files
committed
Improve doc string of ContractInfo
1 parent 34f78d3 commit 54dc68c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

contracts/reflect/schema/raw/query.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@
547547
"additionalProperties": false
548548
},
549549
{
550-
"description": "returns a ContractInfoResponse with metadata on the contract from the runtime",
550+
"description": "Returns a [`ContractInfoResponse`] with metadata on the contract from the runtime",
551551
"type": "object",
552552
"required": [
553553
"contract_info"

contracts/reflect/schema/reflect.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1411,7 +1411,7 @@
14111411
"additionalProperties": false
14121412
},
14131413
{
1414-
"description": "returns a ContractInfoResponse with metadata on the contract from the runtime",
1414+
"description": "Returns a [`ContractInfoResponse`] with metadata on the contract from the runtime",
14151415
"type": "object",
14161416
"required": [
14171417
"contract_info"

packages/std/src/query/wasm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pub enum WasmQuery {
2424
/// Key is the raw key used in the contracts Storage
2525
key: Binary,
2626
},
27-
/// returns a ContractInfoResponse with metadata on the contract from the runtime
27+
/// Returns a [`ContractInfoResponse`] with metadata on the contract from the runtime
2828
ContractInfo { contract_addr: String },
2929
}
3030

0 commit comments

Comments
 (0)