More fixes

This commit is contained in:
Sander Spies 2019-09-30 19:43:18 +02:00
parent e56e62b255
commit d7858b44db
2 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -648,7 +648,7 @@ body
color: #3AA0FF;
}
.tab-pane {
.home-container .tab-pane {
height: 500px;
}