summaryrefslogtreecommitdiff
path: root/vala/valastringliteral.vala
diff options
context:
space:
mode:
Diffstat (limited to 'vala/valastringliteral.vala')
-rw-r--r--vala/valastringliteral.vala6
1 files changed, 3 insertions, 3 deletions
diff --git a/vala/valastringliteral.vala b/vala/valastringliteral.vala
index ffb4285be..e54a9c424 100644
--- a/vala/valastringliteral.vala
+++ b/vala/valastringliteral.vala
@@ -36,9 +36,9 @@ public class Vala.StringLiteral : Literal {
/**
* Creates a new string literal.
*
- * @param s the literal value
- * @param source reference to source code
- * @return newly created string literal
+ * @param value the literal value
+ * @param source_reference reference to source code
+ * @return newly created string literal
*/
public StringLiteral (string value, SourceReference? source_reference = null) {
this.value = value;