diff --git a/xml/System.Data/DataRow.xml b/xml/System.Data/DataRow.xml index f35f80553c7..7b0a2503b35 100644 --- a/xml/System.Data/DataRow.xml +++ b/xml/System.Data/DataRow.xml @@ -3170,7 +3170,7 @@ of a to `Modified`. If the current row is not in either an `Unchanged` or an `Added` state, it throws an with the message that `SetModified` can only be invoked on a `DataRow` instance where the `RowState` is `Unchanged`. + Changes the of a to `Modified`. If the current row is not in the `Unchanged` state, this throws an with the message that `SetModified` can only be invoked on a `DataRow` instance where the `RowState` is `Unchanged`. ]]>