From 9e29a83ec5a752609812210f83b10ecb14b6153d Mon Sep 17 00:00:00 2001 From: tb06904 <141412860+tb06904@users.noreply.github.com> Date: Tue, 19 Sep 2023 16:02:24 +0000 Subject: [PATCH] Update docs/user-guide/query/gaffer-syntax/operations.md Co-authored-by: cn337131 <141730190+cn337131@users.noreply.github.com> --- docs/user-guide/query/gaffer-syntax/operations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/query/gaffer-syntax/operations.md b/docs/user-guide/query/gaffer-syntax/operations.md index 832d24d262..89ed6675ad 100644 --- a/docs/user-guide/query/gaffer-syntax/operations.md +++ b/docs/user-guide/query/gaffer-syntax/operations.md @@ -2,7 +2,7 @@ Querying in Gaffer is all mainly based around whats called "Operations". You can think of these as lots of small functions/commands that can be either standalone -or chained together into an Operation Chain to form more complex query +or be chained together into an Operation Chain to form more complex query pipelines. If you have ever used a shell language such as