aboutsummaryrefslogtreecommitdiff
path: root/test/data/format/overloadsWithDescription.kt
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/format/overloadsWithDescription.kt')
-rw-r--r--test/data/format/overloadsWithDescription.kt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/data/format/overloadsWithDescription.kt b/test/data/format/overloadsWithDescription.kt
index 13c219a2..740e642f 100644
--- a/test/data/format/overloadsWithDescription.kt
+++ b/test/data/format/overloadsWithDescription.kt
@@ -1,5 +1,5 @@
/**
- * Performs an action on x.
+ * Performs an action on [x].
*
* This is a long description.
* @param x the value to perform the action on.
@@ -7,7 +7,7 @@
fun f(x: Int) { }
/**
- * Performs an action on x.
+ * Performs an action on [x].
*
* This is a long description.
* @param x the value to perform the action on.