Skip to content

Commit 02feaaf

Browse files
authored
Merge branch 'main' into xk/fix-clock-triad
2 parents 03a81e5 + 499ce53 commit 02feaaf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/grids.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ In the stretched cell interfaces specified by `z_interfaces`, the number of
7676
vertical cell interfaces is `Nz + 1 = length(z_interfaces) = 5`, where `Nz = 4` is the number
7777
of cells in the vertical.
7878

79-
A bit later in this tutorial, we'll give examples that illustrate how to build a grid thats [`Distributed`](@ref) across _multiple_ CPUs and GPUs.
79+
A bit later in this tutorial, we'll give examples that illustrate how to build a grid that's [`Distributed`](@ref) across _multiple_ CPUs and GPUs.
8080

8181
## Grid types: squares, shells, and mountains
8282

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)