Revise spec

This commit is contained in:
Rob Bocchino 2025-10-06 17:44:49 -07:00
parent 10412913ee
commit 5193c85e6d
2 changed files with 3 additions and 3 deletions

View File

@ -4425,7 +4425,7 @@ dictionary constant b = E.X
type T1
dictionary type T2 = T1 # Error: T2 is not displayable
# Error: c does not have primitve, string, or enum type
# Error: c does not have primitive, string, or enum type
dictionary constant c = { x = U32 }</code></pre>
</div>
</div>
@ -11954,7 +11954,7 @@ equivalent.</p>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2025-10-06 17:44:27 -0700
Last updated 2025-10-06 17:44:48 -0700
</div>
</div>
<script src="code-prettify/run_prettify.js"></script>

View File

@ -32,6 +32,6 @@ dictionary constant b = E.X
type T1
dictionary type T2 = T1 # Error: T2 is not displayable
# Error: c does not have primitve, string, or enum type
# Error: c does not have primitive, string, or enum type
dictionary constant c = { x = U32 }
----