summaryrefslogtreecommitdiffstats
path: root/docs/user-guide/02-conventional-features.md
diff options
context:
space:
mode:
authorJay Kwak <82421531+jkwak-work@users.noreply.github.com>2024-10-25 21:12:37 -0700
committerGitHub <noreply@github.com>2024-10-25 21:12:37 -0700
commita508b264eda4bc3c99ba1f44eab1dec6e5ce06c0 (patch)
tree717722aefcae6b2a5adbccfbcd8aece4ed81f0b7 /docs/user-guide/02-conventional-features.md
parent49c691e86862d092cd389a02beb4003ee59a4417 (diff)
Swap the term StdLib with Core-Module or Standard-Module in documents (#5414)
This PR is limited to documents. All use of "Standard library" or "StdLib" are replaced with either "core module" or "standard modules", depending on the context.
Diffstat (limited to 'docs/user-guide/02-conventional-features.md')
-rw-r--r--docs/user-guide/02-conventional-features.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/user-guide/02-conventional-features.md b/docs/user-guide/02-conventional-features.md
index 0e0f18096..e3f6336e7 100644
--- a/docs/user-guide/02-conventional-features.md
+++ b/docs/user-guide/02-conventional-features.md
@@ -275,7 +275,7 @@ enum Channel
### Opaque Types
-The Slang standard library defines a large number of _opaque_ types which provide access to objects that are allocated via GPU APIs.
+The Slang core module defines a large number of _opaque_ types which provide access to objects that are allocated via GPU APIs.
What all opaque types have in common is that they are not "first-class" types on most platforms.
Opaque types (and structure or array types that contain them) may be limited in the following ways (depending on the platform):
@@ -1150,4 +1150,4 @@ __init()
{
this = {}; //zero-initialize `this`
}
-``` \ No newline at end of file
+```