Skip to content

Commit e8612b6

Browse files
Update src/app/data-model-provider/Provider.h
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
1 parent 1a61b04 commit e8612b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/data-model-provider/Provider.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ class Provider : public ProviderMetadataTree
8383
/// Write operation or after the last one of a series of consecutive attribute data of the same attribute.
8484
///
8585
/// 1) This function will be called if the client tries to set a nullable list attribute to null.
86-
/// 2) This function will only be called for a series of consecutive attribute data (regardless the kind of list
87-
/// operation) of the same attribute at the beggining or end of the Write operations.
86+
/// 2) This function will only be called at the beginning and end of a series of consecutive attribute data
87+
/// blocks for the same attribute, no matter what list operations those data blocks represent.
8888
/// 3) The opType argument indicates the type of notification (Start, Failure, Success).
8989
virtual void ListAttributeWriteNotification(const ConcreteAttributePath & aPath, BitFlags<ListWriteOperation> opType) = 0;
9090

0 commit comments

Comments
 (0)