Skip to content

Commit

Permalink
nep-25: reorder things in the last example
Browse files Browse the repository at this point in the history
Make it easier to read for humans.

Signed-off-by: Roman Khimov <[email protected]>
  • Loading branch information
roman-khimov committed Jul 18, 2024
1 parent fbcd89c commit a6d9fbc
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions nep-25.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,8 @@ map parameters, returning an iterator with structured element type.
"name" : "m",
"parameters" : [
{
"type" : "Array",
"name" : "structParam",
"type" : "Array",
"extendedtype" : {
"type" : "Array",
"namedtype" : "local.Structure"
Expand All @@ -271,8 +271,8 @@ map parameters, returning an iterator with structured element type.
},
"type" : "Array"
},
"type" : "Array",
"name" : "arrayOfHash160"
"name" : "arrayOfHash160",
"type" : "Array"
},
{
"name" : "mapParam",
Expand Down Expand Up @@ -317,8 +317,8 @@ map parameters, returning an iterator with structured element type.
}
},
{
"type" : "Array",
"name" : "StructureField",
"type" : "Array",
"extendedtype" : {
"type" : "Array",
"namedtype" : "package.Structure"
Expand All @@ -331,9 +331,11 @@ map parameters, returning an iterator with structured element type.
"type" : "Array",
"fields" : [
{
"name" : "MapHash160ToArrayOfIntegers",
"type" : "Map",
"extendedtype" : {
"key" : "Hash160",
"type" : "Map",
"key" : "Hash160",
"value" : {
"extendedtype" : {
"value" : {
Expand All @@ -343,13 +345,11 @@ map parameters, returning an iterator with structured element type.
},
"type" : "Array"
}
},
"type" : "Map",
"name" : "MapHash160ToArrayOfIntegers"
}
},
{
"type" : "String",
"name" : "StringField"
"name" : "StringField",
"type" : "String"
},
{
"name" : "ByteArrayField",
Expand Down

0 comments on commit a6d9fbc

Please sign in to comment.