Skip to content

Commit 63def9c

Browse files
paulb777granluo
authored andcommitted
Fix warning exposed by Xcode 12 (#5876)
1 parent d534766 commit 63def9c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

FirebaseMessaging/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 2020-06 -- Unreleased
2+
- [fixed] Fix documentation warning exposed by Xcode 12. (#5876)
3+
14
# 2020-06 -- v4.5.0
25
- [changed] Use UNNotificationRequest to schedule local notification for local timezone notification for iOS 10 and above. This should also fix the issue that '%' was not properly shown in title and body. (#5667)
36
- [fixed] Fixed Maltese language key for language targeting. (#5702)

FirebaseMessaging/Sources/FIRMessagingPubSub.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ + (NSRegularExpression *)topicRegex {
280280
/**
281281
* Gets the class describing occurences of topic names and sender IDs in the sender.
282282
*
283-
* @param expression The topic expression used to generate a pubsub topic
283+
* @param topic The topic expression used to generate a pubsub topic
284284
*
285285
* @return Representation of captured subexpressions in topic regular expression
286286
*/

0 commit comments

Comments
 (0)