Skip to content

Commit 7ab4a04

Browse files
fix function comments (#564)
1 parent 50829b3 commit 7ab4a04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AEPCore/Sources/eventhub/EventHub.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ final class EventHub {
214214
/// Retrieves the `SharedState` for a specific extension
215215
/// - Parameters:
216216
/// - extensionName: An extension name whose `SharedState` will be returned
217-
/// - event: If not nil, will retrieve the `SharedState` that corresponds with this event's version. If nil will return the latest `SharedState`
217+
/// - event: If not nil, will retrieve the `SharedState` that corresponds with this event's version. If nil will return the earliest `SharedState`
218218
/// - barrier: If true, the `EventHub` will only return `.set` if `extensionName` has moved past `event`
219219
/// - sharedStateType: The type of shared state to be read from, if not provided defaults to `.standard`
220220
/// - Returns: The `SharedState` data and status for the extension with `extensionName`

0 commit comments

Comments
 (0)