Skip to content

Commit ecaf51a

Browse files
committed
Fix docs for Rasterband::get_statistics
Signed-off-by: netthier <[email protected]>
1 parent 132d031 commit ecaf51a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/raster/rasterband.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1000,7 +1000,7 @@ impl<'a> RasterBand<'a> {
10001000
/// If approximate statistics are sufficient, the `is_approx_ok` flag can be set to true in which case overviews, or a subset of image tiles may be used in computing the statistics.
10011001
///
10021002
/// If `force` is `false` results will only be returned if it can be done quickly (i.e. without scanning the data).
1003-
/// If force` is `false` and results cannot be returned efficiently, the method will return `None`.
1003+
/// If `force` is `false` and results cannot be returned efficiently, the method will return `None`.
10041004
///
10051005
/// Note that file formats using PAM (Persistent Auxiliary Metadata) services will generally cache statistics in the .pam file allowing fast fetch after the first request.
10061006
///

0 commit comments

Comments
 (0)