Skip to content

Commit

Permalink
Merge pull request #46 from maeganwilson/master
Browse files Browse the repository at this point in the history
Adding a parenthesis to a print statement
  • Loading branch information
sammysmallman authored Jan 16, 2022
2 parents 8657543 + fbf67e8 commit 7717e1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ func server(_ server: OSCTcpServer,
func server(_ server: OSCTcpServer,
didReadData data: Data,
with error: Error) {
print("Server did read data with error: \(error.localizedDescription)"
print("Server did read data with error: \(error.localizedDescription)")
}
```

Expand Down Expand Up @@ -297,7 +297,7 @@ func server(_ server: OSCUdpServer,
func server(_ server: OSCUdpServer,
didReadData data: Data,
with error: Error) {
print("Server did read data with error: \(error.localizedDescription)"
print("Server did read data with error: \(error.localizedDescription)")
}
```

Expand Down

0 comments on commit 7717e1d

Please sign in to comment.