Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
teodozjan committed May 31, 2017
1 parent def2ef7 commit 4d4bf91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -24,6 +24,6 @@ my $mortgage = $bank.calc_mortage;
$bank.calc;

my $loanleft = $bank.loan-left.round(0.01);
my $bank.total_cost = $bank.total_cost.round(0.01);
my $bank.total_interest= $bank.total_interest.round(0.01);
my $total_cost = $bank.total_cost.round(0.01);
my $total_interest= $bank.total_interest.round(0.01);
```

0 comments on commit 4d4bf91

Please sign in to comment.