Skip to content

Commit 499ce53

Browse files
authored
Add "it" to operations doc for clarity (#4957)
1 parent 95ea4d8 commit 499ce53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ set!(c, periodic_but_decaying)
3131
└── max=0.428882, min=-0.428882, mean=1.04083e-17
3232
```
3333

34-
An `AbstractOperation` (or _operation_ for short) differs from a `Field` in that only represents a computation.
34+
An `AbstractOperation` (or _operation_ for short) differs from a `Field` in that it only represents a computation.
3535
Unlike `Field`s, `AbstractOperation`s do not have any data, and are associated only with minimal memory allocation.
3636
`AbstractOperations` are generated by inflicting `Field`s with ordinary arithmetic expressions,
3737

0 commit comments

Comments
 (0)