From 695dd9ddf15ceafeec601a17d05de6105163c919 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Thu, 4 May 2023 13:17:01 +1200 Subject: [D] Update docs for D1 removal --- Lib/d/dhead.swg | 2 +- Lib/d/dkw.swg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Lib') diff --git a/Lib/d/dhead.swg b/Lib/d/dhead.swg index 3d502ffc7..5e8c7bc1d 100644 --- a/Lib/d/dhead.swg +++ b/Lib/d/dhead.swg @@ -162,7 +162,7 @@ private class SwigStringHelper { static const(char)* createString(const(char*) cString) { // We are effectively dup'ing the string here. - // TODO: Is this also correct for D2/Phobos? + // TODO: Is this correct for D2/Phobos? return std.string.toStringz(std.conv.to!string(cString)); } } diff --git a/Lib/d/dkw.swg b/Lib/d/dkw.swg index 2a189ed64..b96d1fa6b 100644 --- a/Lib/d/dkw.swg +++ b/Lib/d/dkw.swg @@ -120,7 +120,7 @@ DKEYWORD(with); DKEYWORD(wstring); // Not really a keyword, but dispose() methods are generated in proxy classes -// and it's a special method name for D1/Tango. +// and it was a special method name for D1/Tango. DKEYWORD(dispose); #undef DKEYWORD -- cgit v1.2.1