We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d36d51d commit 7aaf035Copy full SHA for 7aaf035
docs/CloneableData.md
@@ -59,7 +59,7 @@ $todoWithDueDate = $todo->with(
59
60
> **Important:** `emptyTodo`, `todo` and `todoWithDueDate` are all different instances.
61
62
-> **Important:** This using of `with` is not recommended as it will create
+> **Important:** This usage of `with` is not recommended as it will create
63
> a new instance of the `Data` object for each call.
64
> ```php
65
> // Don't
0 commit comments