Skip to content

Commit

Permalink
Merge pull request #199 from yurivish/patch-1
Browse files Browse the repository at this point in the history
Insert an omitted `of` in the function reference section of the documentation
  • Loading branch information
timholy committed Oct 8, 2014
2 parents 480bf7a + 6a494ef commit 56ab1c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/function_reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ if speed is paramount, the "anonymous functions" of the

Images also supports "lazy transformations." When loading a very large image,
(e.g., loaded by memory-mapping) you may use or view just a small
portion it. In such cases, it would be quite wasteful to force transformation
portion of it. In such cases, it would be quite wasteful to force transformation
of the entire image, and indeed on might exhaust available memory or
need to write a new file on disk.
`Images` supports lazy-evaluation scaling through the `MapInfo` abstract type.
Expand Down

0 comments on commit 56ab1c4

Please sign in to comment.