summaryrefslogtreecommitdiff
path: root/vala/valaconstructor.vala
diff options
context:
space:
mode:
authorDidier 'Ptitjes <ptitjes@free.fr>2009-10-31 11:03:23 +0100
committerJürg Billeter <j@bitron.ch>2009-10-31 14:31:06 +0100
commit2f14aed36765c842fe7b4035ba564d2c023ef0b0 (patch)
treed9f4b4e6de7a940f2c04dea6bc041d2e906ccb7f /vala/valaconstructor.vala
parent4bcb6d57e8a8ec55e3fc33972cc4f48b6d9b8398 (diff)
downloadvala-2f14aed36765c842fe7b4035ba564d2c023ef0b0.tar.gz
Documentation fixes
Diffstat (limited to 'vala/valaconstructor.vala')
-rw-r--r--vala/valaconstructor.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/vala/valaconstructor.vala b/vala/valaconstructor.vala
index f61f39831..7f89a8f05 100644
--- a/vala/valaconstructor.vala
+++ b/vala/valaconstructor.vala
@@ -32,7 +32,7 @@ public class Vala.Constructor : Symbol {
public Block body { get; set; }
/**
- * Specifies the generated `this' parameter for instance methods.
+ * Specifies the generated `this` parameter for instance methods.
*/
public FormalParameter this_parameter { get; set; }