Skip to content

Commit 9ba3350

Browse files
authored
Apply suggestions from code review
1 parent 4036217 commit 9ba3350

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/commands/flushall/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ It is possible to use one of the following modifiers to dictate the flushing mod
6565
## Notes
6666

6767
* An asynchronous `FLUSHALL` command only deletes keys that were present at the time the command was invoked. Keys created during an asynchronous flush will be unaffected.
68-
* This commands does not delete functions
68+
* This command does not delete functions.
6969

7070
## Behavior change history
7171

content/commands/flushdb/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ It is possible to use one of the following modifiers to dictate the flushing mod
6565
## Notes
6666

6767
* An asynchronous `FLUSHDB` command only deletes keys that were present at the time the command was invoked. Keys created during an asynchronous flush will be unaffected.
68-
* This commands does not delete functions
68+
* This command does not delete functions.
6969

7070
## Behavior change history
7171

0 commit comments

Comments
 (0)