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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -176,7 +176,7 @@ The parameter can also be a schema, so we can write:
176
176
Expect::arrayOf(Expect::bool())
177
177
```
178
178
179
-
The default value is an empty array. If you specify a default value, it will be merged with the passed data. This can be disabled using `mergeDefaults(false)`.
179
+
The default value is an empty array. If you specify a default value and call `mergeDefaults()`, it will be merged with the passed data.
0 commit comments