Skip to content

Commit

Permalink
fix function comments (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
yangyansong-adbe authored Mar 4, 2021
1 parent 50829b3 commit 7ab4a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AEPCore/Sources/eventhub/EventHub.swift
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ final class EventHub {
/// Retrieves the `SharedState` for a specific extension
/// - Parameters:
/// - extensionName: An extension name whose `SharedState` will be returned
/// - event: If not nil, will retrieve the `SharedState` that corresponds with this event's version. If nil will return the latest `SharedState`
/// - event: If not nil, will retrieve the `SharedState` that corresponds with this event's version. If nil will return the earliest `SharedState`
/// - barrier: If true, the `EventHub` will only return `.set` if `extensionName` has moved past `event`
/// - sharedStateType: The type of shared state to be read from, if not provided defaults to `.standard`
/// - Returns: The `SharedState` data and status for the extension with `extensionName`
Expand Down

0 comments on commit 7ab4a04

Please sign in to comment.