More fixes
This commit is contained in:
parent
e56e62b255
commit
d7858b44db
@ -26,7 +26,7 @@ const dogBreed: animalBreed = "Saluki";
|
||||
### Simple types
|
||||
<!--DOCUSAURUS_CODE_TABS-->
|
||||
<!--Pascaligo-->
|
||||
```Pascal
|
||||
```pascaligo
|
||||
// accountBalances is a simple type, a map of 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-->
|
||||
<!--Pascaligo-->
|
||||
```Pascal
|
||||
```pascaligo
|
||||
// alias two types
|
||||
type account is address;
|
||||
type numberOfTransactions is nat;
|
||||
|
@ -648,7 +648,7 @@ body
|
||||
color: #3AA0FF;
|
||||
}
|
||||
|
||||
.tab-pane {
|
||||
.home-container .tab-pane {
|
||||
height: 500px;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user