More fixes
This commit is contained in:
parent
e56e62b255
commit
d7858b44db
@ -26,7 +26,7 @@ const dogBreed: animalBreed = "Saluki";
|
|||||||
### Simple types
|
### Simple types
|
||||||
<!--DOCUSAURUS_CODE_TABS-->
|
<!--DOCUSAURUS_CODE_TABS-->
|
||||||
<!--Pascaligo-->
|
<!--Pascaligo-->
|
||||||
```Pascal
|
```pascaligo
|
||||||
// accountBalances is a simple type, a map of address <-> tez
|
// accountBalances is a simple type, a map of address <-> tez
|
||||||
type accountBalances is map(address, tez);
|
type accountBalances is map(address, tez);
|
||||||
|
|
||||||
@ -46,7 +46,7 @@ In the example below you can see definition of data types for a ledger, that kee
|
|||||||
|
|
||||||
<!--DOCUSAURUS_CODE_TABS-->
|
<!--DOCUSAURUS_CODE_TABS-->
|
||||||
<!--Pascaligo-->
|
<!--Pascaligo-->
|
||||||
```Pascal
|
```pascaligo
|
||||||
// alias two types
|
// alias two types
|
||||||
type account is address;
|
type account is address;
|
||||||
type numberOfTransactions is nat;
|
type numberOfTransactions is nat;
|
||||||
|
@ -648,7 +648,7 @@ body
|
|||||||
color: #3AA0FF;
|
color: #3AA0FF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-pane {
|
.home-container .tab-pane {
|
||||||
height: 500px;
|
height: 500px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user