Skip to content

Commit dd9eec3

Browse files
petitphpdanielbachhuber
authored andcommitted
Fix wrong command in docblock
Co-authored-by: Daniel Bachhuber <[email protected]>
1 parent 5d0e6df commit dd9eec3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Cache_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ function ( $key ) {
486486
* : Cache key.
487487
*
488488
* <key-path>...
489-
* : The name(s) of the keys within the value to locate the value to pluck.
489+
* : The name(s) of the keys within the value to locate the value to patch.
490490
*
491491
* [<value>]
492492
* : The new value. If omitted, the value is read from STDIN.

src/Transient_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ function ( $key ) {
481481
* : Key for the transient.
482482
*
483483
* <key-path>...
484-
* : The name(s) of the keys within the value to locate the value to pluck.
484+
* : The name(s) of the keys within the value to locate the value to patch.
485485
*
486486
* [<value>]
487487
* : The new value. If omitted, the value is read from STDIN.

0 commit comments

Comments
 (0)