Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
hacker-volodya committed Feb 24, 2024
1 parent e4c7ba1 commit 8d88cba
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cp0.json
Original file line number Diff line number Diff line change
Expand Up @@ -11024,7 +11024,7 @@
{
"mnemonic": "QMULADDDIVMOD",
"doc": {
"category": "arithm_div",
"category": "arithm_quiet",
"description": "",
"gas": "34",
"fift": "QMULADDDIVMOD"
Expand Down Expand Up @@ -11830,7 +11830,7 @@
{
"mnemonic": "QMULRSHIFTR_VAR",
"doc": {
"category": "arithm_div",
"category": "arithm_quiet",
"description": "`0 <= z <= 256`",
"gas": "34",
"fift": "QMULRSHIFTR"
Expand Down Expand Up @@ -12507,7 +12507,7 @@
{
"mnemonic": "QMULMODPOW2",
"doc": {
"category": "arithm_div",
"category": "arithm_quiet",
"description": "",
"gas": "42",
"fift": "[tt+1] QMULMODPOW2#"
Expand Down Expand Up @@ -39166,12 +39166,12 @@
}
},
{
"mnemonic": "HASHEXT_BLAKE2B",
"mnemonic": "HASHEXTR_BLAKE2B",
"doc": {
"category": "app_crypto",
"description": "Calculates and returns hash of the concatenation of slices (or builders) `s_1...s_n`.",
"gas": "1/19 gas per byte",
"fift": "HASHEXT_BLAKE2B"
"fift": "HASHEXTR_BLAKE2B"
},
"bytecode": {
"doc_opcode": "F90502",
Expand Down

0 comments on commit 8d88cba

Please sign in to comment.