Skip to content

Commit 96fb53c

Browse files
authored
Update process.rst
This PR updates the text on the Process docs from "double brackets" which to a lot of people would mean `[[]]` to "double quotations" `""` as demonstrated in the code example for the prepared statement.
1 parent 355aa03 commit 96fb53c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/process.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ Using a Prepared Command Line
378378
-----------------------------
379379

380380
You can run the process by using a a prepared command line using the
381-
double bracket notation. You can use a placeholder in order to have a
381+
double quotation notation. You can use a placeholder in order to have a
382382
process that can only be changed with the values and without changing
383383
the PHP code::
384384

0 commit comments

Comments
 (0)