Skip to content

Commit 9a4fc03

Browse files
committed
Fix docs for Rasterband::get_statistics
Signed-off-by: netthier <[email protected]>
1 parent 6c8b4ee commit 9a4fc03

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
@@ -978,7 +978,7 @@ impl<'a> RasterBand<'a> {
978978
/// 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.
979979
///
980980
/// If `force` is `false` results will only be returned if it can be done quickly (i.e. without scanning the data).
981-
/// If force` is `false` and results cannot be returned efficiently, the method will return `None`.
981+
/// If `force` is `false` and results cannot be returned efficiently, the method will return `None`.
982982
///
983983
/// 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.
984984
///

0 commit comments

Comments
 (0)