changeset 360:49d0a43433e7

typo in comments
author maxter <spambox@d-coding.com>
date Thu, 03 Jun 2010 10:12:29 +0300
parents 2013af5d0627
children beaf4a2974d7
files d2/qtd/Core.d
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/d2/qtd/Core.d	Wed Jun 02 23:19:44 2010 +0300
+++ b/d2/qtd/Core.d	Thu Jun 03 10:12:29 2010 +0300
@@ -23,8 +23,9 @@
 }
 
 /**
-    Defines a function that can be called from QtD C++ libraries,
-    which will register the function with the DLL at program startup.
+    Defines a function that can be called from QtD C++ libraries.
+    The function will be automatically
+    registered with the DLL at program startup.
  */
 string qtdExport(string retType, string name, string args, string funcBody)
 {