Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
OCTO-FRAH committed Jul 16, 2020
1 parent d10f7f0 commit ce44c66
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ ligo dry-run lambda.mligo main 'ChangeFunc(fun (c : coordinates) -> {x=c.x*100;y

## Your mission

We have a smart contract that references planets is the Sol system. Since the beginning of the project, all celestial bodies were considered as planets.
We have a smart contract that registers planets of the Sol system. Since the beginning of the project, all celestial bodies were considered as planets.
Since 2006, the IAU decided that celetial bodies with a mass under 100 are not considered as a planet but as a dwarf-planet. Hopefully we forecasted this kind of change! A _DeduceCategoryChange_ entrypoint allows us to change the lambda which determines the category of a celestial body. All we have to do is define the new rule and all registered celestial bodies will be updated.

Take a look at the starmap contract in the editor tabs.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ ligo dry-run lambda.ligo main 'ChangeFunc(function (const c : coordinates) : coo

## Your mission

We have a smart contract that reference planets is the Sol system. Since the beginning of the project, all celestial bodies were considered as planets.
We have a smart contract that registers planets of the Sol system. Since the beginning of the project, all celestial bodies were considered as planets.
Since 2006, the IAU decided that celetial bodies with a mass under 100 are not considered as a planet but as a dwarf-planet. Hopefully we forecasted this kind of change! A _DeduceCategoryChange_ entrypoint allows us to change the lambda which determines the category of a celestial body. All we have to do is define the new rule and all registered celestial bodies will be updated.

Take a look at the starmap contract in the editor tabs.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ ligo dry-run lambda.religo main 'ChangeFunc((c : coordinates) : coordinates => {

## Your mission

We have a smart contract that reference planets is the Sol system. Since the beginning of the project, all celestial bodies were considered as planets.
We have a smart contract that registers planets of the Sol system. Since the beginning of the project, all celestial bodies were considered as planets.
Since 2006, the IAU decided that celetial bodies with a mass under 100 are not considered as a planet but as a dwarf-planet. Hopefully we forecasted this kind of change! A _DeduceCategoryChange_ entrypoint allows us to change the lambda which determines the category of a celestial body. All we have to do is define the new rule and all registered celestial bodies will be updated.

Take a look at the starmap contract in the editor tabs.
Expand Down

0 comments on commit ce44c66

Please sign in to comment.