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 a3c86a7 commit e53b960Copy full SHA for e53b960
_tour/pattern-matching.md
@@ -255,8 +255,6 @@ def showNotification(notification: Notification): String = {
255
s"You got an email from $sender with title: $title"
256
case SMS(number, message) =>
257
s"You got an SMS from $number! Message: $message"
258
- case VoiceRecording(name, link) =>
259
- s"You received a Voice Recording from $name! Click the link to hear it: $link"
260
}
261
262
```
@@ -269,8 +267,6 @@ def showNotification(notification: Notification): String =
269
267
270
268
271
272
273
274
275
{% endtab %}
276
{% endtabs %}
0 commit comments