diff options
| author | David Lima <dave@blogdodave.com.br> | 2015-10-04 11:55:16 -0300 | 
|---|---|---|
| committer | David Lima <dave@blogdodave.com.br> | 2015-10-04 11:57:41 -0300 | 
| commit | ff1b91d463938a0809f4115c20c6f9fc89e24cfc (patch) | |
| tree | c43124a3ab41bc1801b0970372c144bf8ccb0891 | |
| parent | f23d470961b952b3e6c3aa27ec2c48edd657baf0 (diff) | |
[hack/en] Fixed some typos
| -rw-r--r-- | hack.html.markdown | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/hack.html.markdown b/hack.html.markdown index 632fc705..b9730dc0 100644 --- a/hack.html.markdown +++ b/hack.html.markdown @@ -2,6 +2,7 @@  language: Hack  contributors:      - ["Stephen Holdaway", "https://github.com/stecman"] +    - ["David Lima", "https://github.com/davelima"]  filename: learnhack.hh  --- @@ -152,7 +153,7 @@ class ArgumentPromotion                                  private bool $isAwesome) {}  } -class WithoutArugmentPromotion +class WithoutArgumentPromotion  {      public string $name; @@ -169,9 +170,9 @@ class WithoutArugmentPromotion  } -// Co-oprerative multi-tasking +// Co-operative multi-tasking  //  -// Two new keywords "async" and "await" can be used to perform mutli-tasking +// Two new keywords "async" and "await" can be used to perform multi-tasking  // Note that this does not involve threads - it just allows transfer of control  async function cooperativePrint(int $start, int $end) : Awaitable<void>  { | 
