From 154c7301ed822f5a27f402837b38aebb88714851 Mon Sep 17 00:00:00 2001 From: petershintech <46059512+petershintech@users.noreply.github.com> Date: Fri, 22 Feb 2019 11:59:50 +1100 Subject: [PATCH] Fix a typo. --- docs/src/standalonequerycommands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/standalonequerycommands.md b/docs/src/standalonequerycommands.md index 726602bd..c65da5b8 100644 --- a/docs/src/standalonequerycommands.md +++ b/docs/src/standalonequerycommands.md @@ -249,7 +249,7 @@ println(q) ## The `@unique` command -The `@unique command has the form `source |> @unique()`. `source` can be any source that can be queried. The command will filter out any duplicates from the input source. Note that there is also an experimental version of this command that accepts a key selector, see the experimental section in the documentation. +The `@unique` command has the form `source |> @unique()`. `source` can be any source that can be queried. The command will filter out any duplicates from the input source. Note that there is also an experimental version of this command that accepts a key selector, see the experimental section in the documentation. #### Exmample