We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95ea4d8 commit 499ce53Copy full SHA for 499ce53
docs/src/operations.md
@@ -31,7 +31,7 @@ set!(c, periodic_but_decaying)
31
└── max=0.428882, min=-0.428882, mean=1.04083e-17
32
```
33
34
-An `AbstractOperation` (or _operation_ for short) differs from a `Field` in that only represents a computation.
+An `AbstractOperation` (or _operation_ for short) differs from a `Field` in that it only represents a computation.
35
Unlike `Field`s, `AbstractOperation`s do not have any data, and are associated only with minimal memory allocation.
36
`AbstractOperations` are generated by inflicting `Field`s with ordinary arithmetic expressions,
37
0 commit comments