about summary refs log tree commit diff stats
path: root/html/apps/tile/data.mu.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-11-29 13:36:32 -0800
committerKartik Agaram <vc@akkartik.com>2020-11-29 13:42:27 -0800
commit775f77c3346d231fc6133de2c7da2bb1e8ef0c2e (patch)
tree3daff158b0bf201c625abca645ce09014df51315 /html/apps/tile/data.mu.html
parent55dfa5b98530bdeae19f5e1f118634d9c774773f (diff)
downloadmu-775f77c3346d231fc6133de2c7da2bb1e8ef0c2e.tar.gz
7306
Diffstat (limited to 'html/apps/tile/data.mu.html')
-rw-r--r--html/apps/tile/data.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/apps/tile/data.mu.html b/html/apps/tile/data.mu.html
index 6ab72085..6e9e1f1b 100644
--- a/html/apps/tile/data.mu.html
+++ b/html/apps/tile/data.mu.html
@@ -95,7 +95,7 @@ if ('onhashchange' in window) {
 <span id="L36" class="LineNr"> 36 </span><span class="muComment"># todo: turn this into a sum type</span>
 <span id="L37" class="LineNr"> 37 </span><span class="PreProc">type</span> <a href='data.mu.html#L37'>value</a> <span class="Delimiter">{</span>
 <span id="L38" class="LineNr"> 38 </span>  <span class="PreProc">type</span>: int
-<span id="L39" class="LineNr"> 39 </span>  int-data: int  <span class="muComment"># if type = 0</span>
+<span id="L39" class="LineNr"> 39 </span>  number-data: float  <span class="muComment"># if type = 0</span>
 <span id="L40" class="LineNr"> 40 </span>  text-data: (handle array byte)  <span class="muComment"># if type = 1</span>
 <span id="L41" class="LineNr"> 41 </span>  array-data: (handle array <a href='data.mu.html#L37'>value</a>)  <span class="muComment"># if type = 2</span>
 <span id="L42" class="LineNr"> 42 </span>  file-data: (handle buffered-file)  <span class="muComment"># if type = 3</span>