summaryrefslogtreecommitdiff
path: root/docs/proposals/010-new-diff-type-system.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/proposals/010-new-diff-type-system.md')
-rw-r--r--docs/proposals/010-new-diff-type-system.md4
1 files changed, 2 insertions, 2 deletions
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
{