Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akos-tk committed Dec 2, 2024
1 parent ada1068 commit 962bb2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -7275,7 +7275,7 @@
"required": false,
"schema": {
"default": true,
"description": "A temporary fix to switch to a scheme with direct ordering of arguments. \nIf equal to false, then the method takes arguments in direct order,\ne.g. for get_nft_content(int index, cell individual_content) we pass a list of arguments [index, individual_content].\nIf equal is true, then the method takes arguments in reverse order, e.g. [individual_content, index].",
"description": "A temporary fix to switch to a scheme with direct ordering of arguments. \nIf equal to false, then the method takes arguments in direct order,\ne.g. for get_nft_content(int index, cell individual_content) we pass a list of arguments [index, individual_content].\nIf equal to true, then the method takes arguments in reverse order, e.g. [individual_content, index].",
"type": "boolean"
}
}
Expand Down
2 changes: 1 addition & 1 deletion api/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ paths:
A temporary fix to switch to a scheme with direct ordering of arguments.
If equal to false, then the method takes arguments in direct order,
e.g. for get_nft_content(int index, cell individual_content) we pass a list of arguments [index, individual_content].
If equal is true, then the method takes arguments in reverse order, e.g. [individual_content, index].
If equal to true, then the method takes arguments in reverse order, e.g. [individual_content, index].
default: true
responses:
'200':
Expand Down

0 comments on commit 962bb2f

Please sign in to comment.