This commit is contained in:
Mark McGranaghan 2012-11-23 14:50:03 -08:00
parent 028167a059
commit 709db5690c
37 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
.anvil
**/**.pyc

View File

@ -113,7 +113,7 @@ zero-valued, which for <code>int</code>s means <code>0</code>s.</p>
<tr>
<td class="docs">
<p>Use this syntax to declare and initalize an array
<p>Use this syntax to declare and initialize an array
in one line.</p>
</td>

View File

@ -150,7 +150,7 @@ a map.</p>
<tr>
<td class="docs">
<p>The optional second return value when getting a
value from a map indiciates if the key was present
value from a map indicates if the key was present
in the map. This can be used to disambiguate
between missing keys and keys with zero values
like <code>0</code> or <code>&quot;&quot;</code>.</p>

View File

@ -115,7 +115,7 @@ channel. We&rsquo;ll stop ours after 1500ms.</p>
<tr>
<td class="docs">
<p>When we run this program the ticker should tick 3 times
befor we stop it.</p>
before we stop it.</p>
</td>
<td class="code">

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.