From a508b264eda4bc3c99ba1f44eab1dec6e5ce06c0 Mon Sep 17 00:00:00 2001 From: Jay Kwak <82421531+jkwak-work@users.noreply.github.com> Date: Fri, 25 Oct 2024 21:12:37 -0700 Subject: 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. --- docs/user-guide/02-conventional-features.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/user-guide/02-conventional-features.md') 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 +``` -- cgit v1.2.3