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
@@ -177,7 +177,7 @@ The parameter can also be a schema, so we can write:
177
177
Expect::arrayOf(Expect::bool())
178
178
```
179
179
180
-
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)`.
180
+
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