Skip to content

Commit b500835

Browse files
committed
release v1.0.0
1 parent c28fb8b commit b500835

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/pccl.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@ typedef enum pcclSharedStateSyncStrategy_t {
8484
/// all other peers must also specify this strategy.
8585
PCCL_SHARED_STATE_SYNC_STRATEGY_ENFORCE_POPULAR = 0,
8686

87-
/// The user has indicated that they expect to receive shared state only during this shared state sync.
87+
/// The user has indicated that they expect to only receive shared state during this shared state sync.
8888
/// Never must the shared state synchronization result in bytes being transmitted from this peer.
8989
/// When this strategy is used, the peer's shared state contents are not considered for hash popularity.
9090
/// The shared state chosen can never be the shared state provided by this peer.
9191
PCCL_SHARED_STATE_SYNC_STRATEGY_RECEIVE_ONLY = 1,
9292

93-
/// The user has indicated that they expect to send shared state only during this shared state sync.
93+
/// The user has indicated that they expect to only send shared state during this shared state sync.
9494
/// Never must the shared state synchronization result in bytes being received by this peer - meaning its shared
9595
/// state contents may not be overwritten by a different shared state content candidate.
9696
/// When this strategy is used, the peer's shared state contents must be the popular shared state.

0 commit comments

Comments
 (0)