Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove "unnecessary" quotation marks
  • Loading branch information
designatednerd committed Dec 16, 2021
commit 15cf9a43d4507915dadc11c6670d4f8616917ea9
2 changes: 1 addition & 1 deletion docs/source/tutorial/tutorial-subscriptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ Trips booked: -1

Now, let's display that information in a view! Replace the `print` statement in `handleTripsBooked` with code to use the included `NotificationView` to show a brief alert at the bottom of the screen with information about a trip being booked or cancelled:

```swift:title="LaunchesViewController.swift"
```swift:title=LaunchesViewController.swift
private func handleTripsBooked(value: Int) {
var message: String
switch value {
Expand Down