Skip to content

Commit d0eb62e

Browse files
authored
chore: missing spaces (#2251)
1 parent 4b9bb47 commit d0eb62e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/commands/pexpire.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,13 @@ TTL mykey
108108
tab2="RESP3" >}}
109109

110110
One of the following:
111-
* [Integer reply](../../develop/reference/protocol-spec#integers): `0`if the timeout was not set. For example, if the key doesn't exist, or the operation skipped because of the provided arguments.
111+
* [Integer reply](../../develop/reference/protocol-spec#integers): `0` if the timeout was not set. For example, if the key doesn't exist, or the operation skipped because of the provided arguments.
112112
* [Integer reply](../../develop/reference/protocol-spec#integers): `1` if the timeout was set.
113113

114114
-tab-sep-
115115

116116
One of the following:
117-
* [Integer reply](../../develop/reference/protocol-spec#integers): `0`if the timeout was not set. For example, if the key doesn't exist, or the operation skipped because of the provided arguments.
117+
* [Integer reply](../../develop/reference/protocol-spec#integers): `0` if the timeout was not set. For example, if the key doesn't exist, or the operation skipped because of the provided arguments.
118118
* [Integer reply](../../develop/reference/protocol-spec#integers): `1` if the timeout was set.
119119

120120
{{< /multitabs >}}

0 commit comments

Comments
 (0)