diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-10-23 17:58:37 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-10-23 17:58:37 -0700 |
commit | 09788d7edfd63e89b05413c0279fa112e237ee50 (patch) | |
tree | e9b063b292a8bcd9264ce7c75d1d4e1454949579 /html/http-client.mu.html | |
parent | a9817844aea80b5d07baecb55e214775cf0f6c9e (diff) | |
download | mu-09788d7edfd63e89b05413c0279fa112e237ee50.tar.gz |
3567
Diffstat (limited to 'html/http-client.mu.html')
-rw-r--r-- | html/http-client.mu.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/http-client.mu.html b/html/http-client.mu.html index 96e87f5c..20691582 100644 --- a/html/http-client.mu.html +++ b/html/http-client.mu.html @@ -35,7 +35,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color <span class="muRecipe">def</span> main [ <span class="Constant">local-scope</span> - google:&:source:char<span class="Special"> <- </span>start-reading-from-network <span class="Constant">0/real-resources</span>, <span class="Constant">[google.com]</span>, <span class="Constant">[/]</span> + google:&:source:char<span class="Special"> <- </span>start-reading-from-network <span class="Constant">0/real-resources</span>, <span class="Constant">[google.com/]</span> n:num<span class="Special"> <- </span>copy <span class="Constant">0</span> buf:&:buffer<span class="Special"> <- </span>new-buffer <span class="Constant">30</span> <span class="Delimiter">{</span> |