diff --git a/exploration/selection-declaration.md b/exploration/selection-declaration.md index 6536ddbd87..8035b2943b 100644 --- a/exploration/selection-declaration.md +++ b/exploration/selection-declaration.md @@ -329,7 +329,7 @@ This implies that multiple selecton on the same operand is pointless. .match {$num :number maximumFractionDigits=0} * {{This message produces a Duplicate Declaration error}} -.input {$num :integer} {$num :number} +.match {$num :integer} {$num :number} * * {{This message produces a Duplicate Declaration error}} ```