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/proposals/010-new-diff-type-system.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/proposals/010-new-diff-type-system.md') diff --git a/docs/proposals/010-new-diff-type-system.md b/docs/proposals/010-new-diff-type-system.md index dd5623a1d..61157819e 100644 --- a/docs/proposals/010-new-diff-type-system.md +++ b/docs/proposals/010-new-diff-type-system.md @@ -111,9 +111,9 @@ interface IDifferentiablePtrType : __IDifferentiableBase ``` -Some extras in stdlib allow us to constrain the diffpair type for things like `IArithmetic` +Some extras in the core module allow us to constrain the diffpair type for things like `IArithmetic` ```csharp -// --- STDLIB EXTRAS --- +// --- CORE MODULE EXTRAS --- interface ISelfDifferentiableValueType : IDifferentiableValueType { -- cgit v1.2.3