Skip to content

Commit 16f2557

Browse files
committed
change comment
1 parent f058d56 commit 16f2557

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/SwiftEntryKit.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ extension SwiftEntryKit {
220220
/**
221221
Returns true if an entry with a given name is currently enqueued and waiting to be displayed.
222222
- Not thread safe - should be called from the main queue only in order to receive a reliable result.
223-
- If invoked with *name* = *nil* or without the parameter value, it will return *true* if **any** entry is currently displayed, meaning, the queue is not currently empty.
223+
- If invoked with *name* = *nil* or without the parameter value, it will return *true* if **any** entry is currently enqueued and waiting to be displayed, meaning, the queue is not currently empty.
224224
- parameter presenting: A presenting view controller for entry to be display
225225
- parameter name: The name of the entry. Its default value is *nil*.
226226
*/
@@ -343,7 +343,7 @@ extension SwiftEntryKit {
343343
/**
344344
Returns true if an entry with a given name is currently enqueued and waiting to be displayed.
345345
- Not thread safe - should be called from the main queue only in order to receive a reliable result.
346-
- If invoked with *name* = *nil* or without the parameter value, it will return *true* if **any** entry is currently displayed, meaning, the queue is not currently empty.
346+
- If invoked with *name* = *nil* or without the parameter value, it will return *true* if **any** entry is currently enqueued and waiting to be displayed, meaning, the queue is not currently empty.
347347
- parameter name: The name of the entry. Its default value is *nil*.
348348
*/
349349
public class func queueContains(entryNamed name: String? = nil) -> Bool {

0 commit comments

Comments
 (0)