diff options
| author | Ellie Hermaszewska <ellieh@nvidia.com> | 2023-08-29 11:26:27 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-29 11:26:27 +0800 |
| commit | af363c02bf0fa2502c14f454965adff87170ff15 (patch) | |
| tree | cc3f49d1f2a80bc02d5afd795ac73f168203d40a /docs | |
| parent | 508dc3a95de50de4a4d07d0a72a18e40d55b0e2e (diff) | |
s/depreciated/deprecated/ (#3153)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/command-line-slangc-reference.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/command-line-slangc-reference.md b/docs/command-line-slangc-reference.md index 862ed9022..05b27043f 100644 --- a/docs/command-line-slangc-reference.md +++ b/docs/command-line-slangc-reference.md @@ -18,7 +18,7 @@ slangc -help-style markdown -h * [Debugging](#Debugging) * [Experimental](#Experimental) * [Internal](#Internal) -* [Depreciated](#Depreciated) +* [Deprecated](#Deprecated) * [compiler](#compiler) * [language](#language) * [archive-type](#archive-type) @@ -647,8 +647,8 @@ Enable liveness tracking. Places SLANG_LIVE_START, and SLANG_LIVE_END in output -<a id="Depreciated"></a> -# Depreciated +<a id="Deprecated"></a> +# Deprecated Deprecated options (allowed but ignored; may be removed in future) |
