You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -157,10 +157,10 @@ var diffs = DiffBuilder
157
157
.Build();
158
158
```
159
159
160
-
### Attr Compare options
160
+
### Attribute Compare options
161
161
The library supports various ways to perform attribute comparison.
162
162
163
-
#### Strict name and value comparison
163
+
#### Basic name and value comparison
164
164
The *"name and value comparison"* is the base comparison option, and that will test if both the names and the values of the control and test attributes are equal. E.g.:
0 commit comments