From 716ae049500bfb00b7291ad298a2a5ba68dd9e3f Mon Sep 17 00:00:00 2001 From: Nicolas CARPi <3043706+NicolasCARPi@users.noreply.github.com> Date: Tue, 11 Nov 2025 17:39:08 +0100 Subject: [PATCH] Fix grammatical errors in instantiation.md Fix small english mistakes. --- docs/9.0/connections/instantiation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/9.0/connections/instantiation.md b/docs/9.0/connections/instantiation.md index 4bc7ea6b..cb825510 100644 --- a/docs/9.0/connections/instantiation.md +++ b/docs/9.0/connections/instantiation.md @@ -39,10 +39,10 @@ public static AbstractCsv::from( ): self ``` -If an `string` or a `SplFileInfo` object is given as the `$filename` argument, a new instance -is created *à la* `fopen` and the `$mode` and the `$context` parameters are taking into account. +If a `string` or a `SplFileInfo` object is given as the `$filename` argument, a new instance +is created *à la* `fopen` and the `$mode` and `$context` parameters are taken into account. -Otherwise, when a stream resource or an `SplFileObject` instance is given both arguments are +Otherwise, when a stream resource or an `SplFileObject` instance is given, both arguments are ignored.