From 9c5ba7708ce724b665f75e6d8d4a56b3f8f22c54 Mon Sep 17 00:00:00 2001 From: Lior Kogan Date: Sun, 31 Mar 2024 08:38:29 +0300 Subject: [PATCH] Update sinterstore.md --- commands/sinterstore.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/sinterstore.md b/commands/sinterstore.md index f25d1b9be..10ced5959 100644 --- a/commands/sinterstore.md +++ b/commands/sinterstore.md @@ -1,7 +1,7 @@ This command is equal to `SINTER`, but instead of returning the resulting set, it is stored in `destination`. -If `destination` already exists, it is overwritten (when the intersection is nonempty) or deleted (when the intersection is empty) +If `destination` already exists, it is overwritten (when the intersection is nonempty) or deleted (when the intersection is empty). @examples