Skip to content

Commit c5833b3

Browse files
authored
Fix inaccurate doc comment (#5978)
* Fix inaccurate doc comment * Add changelog * amend changelog
1 parent 53d370d commit c5833b3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

FirebaseInAppMessaging/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# 2020-07-06 -- v0.22.0
1+
# 2020-07 -- v0.22.0
22
- [changed] Functionally neutral updated import references for dependencies. (#5902)
33
- [changed] Updated In-App Messaging to consume the Protobuf-less AB Testing SDK (#5890).
4+
- [fixed] Fixed an inaccurate doc comment in `InAppMessagingDisplay` (#5972).
45

56
# 2020-06-02 -- v0.20.2
67
- [fixed] Fixed log message for in-app messaging test on device flow (#5680).

FirebaseInAppMessaging/Sources/Public/FIRInAppMessagingRendering.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ NS_SWIFT_NAME(InAppMessagingDisplay)
466466
@protocol FIRInAppMessagingDisplay
467467

468468
/**
469-
* Method for rendering a specified message on client side. It's called from main thread.
469+
* Method for rendering a specified message on client side. Invoked on a background thread.
470470
* @param messageForDisplay the message object. It would be of one of the three message
471471
* types at runtime.
472472
* @param displayDelegate the callback object used to trigger notifications about certain

0 commit comments

Comments
 (0)