Skip to content

Commit

Permalink
Fix typo in comment in ClusterStateCache. (#17467)
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Aug 9, 2023
1 parent 246b30d commit 2515154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/ClusterStateCache.h
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ class ClusterStateCache : protected ReadClient::Callback
* object that can be decoded using the DataModel::Decode machinery will work.
*
* Notable return values:
* - If the provided attribute object's Cluster and Event IDs don't match those of the event in the cache,
* - If the provided event object's Cluster and Event IDs don't match those of the event in the cache,
* a CHIP_ERROR_SCHEMA_MISMATCH shall be returned.
*
* - If event doesn't exist in the cache, CHIP_ERROR_KEY_NOT_FOUND
Expand Down

0 comments on commit 2515154

Please sign in to comment.