File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ final class EventHub {
214
214
/// Retrieves the `SharedState` for a specific extension
215
215
/// - Parameters:
216
216
/// - 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`
218
218
/// - barrier: If true, the `EventHub` will only return `.set` if `extensionName` has moved past `event`
219
219
/// - sharedStateType: The type of shared state to be read from, if not provided defaults to `.standard`
220
220
/// - Returns: The `SharedState` data and status for the extension with `extensionName`
You can’t perform that action at this time.
0 commit comments