Skip to content

Commit d11aec7

Browse files
fix the create docs (#880)
* fix the docs * use function end --------- Co-authored-by: Rafael Schouten <[email protected]>
1 parent 8819456 commit d11aec7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/create.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ RasterStack("created.nc")
124124
└───────────────────────────────────────────────────────────────────────────────────────────┘
125125
```
126126
"""
127+
function create end
127128
# Create with a function that will be called to fill the raster
128129
create(f::Function, args...; kw...) = create(args...; kw..., f)
129130
# Create from Raster or RasterStack with no filename

0 commit comments

Comments
 (0)