From e8496b58de9769943f482fee4f8eb38072d1abec Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Sat, 7 Oct 2017 09:13:13 -0400 Subject: [PATCH] Fix syntax in YAML document --- src/Cache_Command.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cache_Command.php b/src/Cache_Command.php index 7beff58f9..da5e0930d 100644 --- a/src/Cache_Command.php +++ b/src/Cache_Command.php @@ -178,7 +178,7 @@ public function flush( $args, $assoc_args ) { * : Method for grouping data within the cache which allows the same key to be used across groups. * --- * default: default - * ___ + * --- * * ## EXAMPLES *