Skip to content

Commit d93a5a1

Browse files
authored
Fix grammatical errors in instantiation.md (#571)
Fix small english mistakes.
1 parent 8ec74f8 commit d93a5a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/9.0/connections/instantiation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ public static AbstractCsv::from(
3939
): self
4040
```
4141

42-
If an `string` or a `SplFileInfo` object is given as the `$filename` argument, a new instance
43-
is created *à la* `fopen` and the `$mode` and the `$context` parameters are taking into account.
42+
If a `string` or a `SplFileInfo` object is given as the `$filename` argument, a new instance
43+
is created *à la* `fopen` and the `$mode` and `$context` parameters are taken into account.
4444

45-
Otherwise, when a stream resource or an `SplFileObject` instance is given both arguments are
45+
Otherwise, when a stream resource or an `SplFileObject` instance is given, both arguments are
4646
ignored.
4747

4848
<div class="message-notice">Since version <code>9.27.0</code> the following methods are <strong>deprecated</strong>:

0 commit comments

Comments
 (0)