Skip to content

Commit f4d7a94

Browse files
authored
Update field.jl (#3192)
1 parent 216d57a commit f4d7a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Fields/field.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Keyword arguments
104104
105105
- `data :: OffsetArray`: An offset array with the fields data. If nothing is provided the
106106
field is filled with zeros.
107-
- `boundary_conditions`: If nothing is provided, then field is created using the default
107+
- `boundary_conditions`: If nothing is provided, then field is created using the default
108108
boundary conditions via [`FieldBoundaryConditions`](@ref).
109109
- `indices`: Used to prescribe where a reduced field lives on. For example, at which `k` index
110110
does a two-dimensional ``x``-``y`` field lives on. Default: `(:, :, :)`.

0 commit comments

Comments
 (0)