Skip to content

Commit 126418f

Browse files
authored
Merge pull request #4219 from robstoll/patch-6
fix typo in doc
2 parents c7f842a + d122900 commit 126418f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/ast/untpd.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ object untpd extends Trees.Instance[Untyped] with UntypedTreeInfo {
6060
class NonEmptyFunction(args: List[Tree], body: Tree, val mods: Modifiers) extends Function(args, body)
6161

6262
/** A function created from a wildcard expression
63-
* @param placeHolderParams a list of definitions of synthetic parameters
63+
* @param placeholderParams a list of definitions of synthetic parameters.
6464
* @param body the function body where wildcards are replaced by
6565
* references to synthetic parameters.
6666
*/

0 commit comments

Comments
 (0)