We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ad9b10 commit d122900Copy full SHA for d122900
compiler/src/dotty/tools/dotc/ast/untpd.scala
@@ -60,7 +60,7 @@ object untpd extends Trees.Instance[Untyped] with UntypedTreeInfo {
60
class NonEmptyFunction(args: List[Tree], body: Tree, val mods: Modifiers) extends Function(args, body)
61
62
/** A function created from a wildcard expression
63
- * @param placeHolderParams a list of definitions of synthetic parameters
+ * @param placeholderParams a list of definitions of synthetic parameters.
64
* @param body the function body where wildcards are replaced by
65
* references to synthetic parameters.
66
*/
0 commit comments