summaryrefslogtreecommitdiff
path: root/Lib
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2023-05-04 13:17:01 +1200
committerOlly Betts <olly@survex.com>2023-05-04 13:18:10 +1200
commit695dd9ddf15ceafeec601a17d05de6105163c919 (patch)
tree7833e7602fc1057c7c4ef064a0892056e6593b84 /Lib
parent63b1293e1a760e0ce1a27208a5231e705c8f0f3b (diff)
downloadswig-695dd9ddf15ceafeec601a17d05de6105163c919.tar.gz
[D] Update docs for D1 removal
Diffstat (limited to 'Lib')
-rw-r--r--Lib/d/dhead.swg2
-rw-r--r--Lib/d/dkw.swg2
2 files changed, 2 insertions, 2 deletions
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