Skip to content

Commit

Permalink
deploy: abf408d
Browse files Browse the repository at this point in the history
  • Loading branch information
Kampfkarren committed Apr 28, 2024
1 parent 71f1676 commit 2d895ed
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion print.html
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ <h3 id="tables"><a class="header" href="#tables">Tables</a></h3>
</code></pre>
<p>A field is understood as a table if it has fields of its own. Notice that <code>math</code> is not defined anywhere, but its fields are. This will create an implicit <code>math</code> with the property writability of <code>read-only</code>.</p>
<h3 id="deprecated"><a class="header" href="#deprecated">Deprecated</a></h3>
<p>Any field can have a deprecation notice added to it, which will then be read by <a href="usage/../lints/deprecated.html">the deprecated lint</a>.</p>
<p>Any field or arg can have a deprecation notice added to it, which will then be read by <a href="usage/../lints/deprecated.html">the deprecated lint</a>.</p>
<pre><code class="language-yaml">---
globals:
table.getn:
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion usage/std.html
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ <h3 id="tables"><a class="header" href="#tables">Tables</a></h3>
</code></pre>
<p>A field is understood as a table if it has fields of its own. Notice that <code>math</code> is not defined anywhere, but its fields are. This will create an implicit <code>math</code> with the property writability of <code>read-only</code>.</p>
<h3 id="deprecated"><a class="header" href="#deprecated">Deprecated</a></h3>
<p>Any field can have a deprecation notice added to it, which will then be read by <a href="../lints/deprecated.html">the deprecated lint</a>.</p>
<p>Any field or arg can have a deprecation notice added to it, which will then be read by <a href="../lints/deprecated.html">the deprecated lint</a>.</p>
<pre><code class="language-yaml">---
globals:
table.getn:
Expand Down

0 comments on commit 2d895ed

Please sign in to comment.