summaryrefslogtreecommitdiff
path: root/Lib/d/dhead.swg
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/d/dhead.swg
parent63b1293e1a760e0ce1a27208a5231e705c8f0f3b (diff)
downloadswig-695dd9ddf15ceafeec601a17d05de6105163c919.tar.gz
[D] Update docs for D1 removal
Diffstat (limited to 'Lib/d/dhead.swg')
-rw-r--r--Lib/d/dhead.swg2
1 files changed, 1 insertions, 1 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));
}
}