Skip to content

Commit

Permalink
Merge pull request #496 from KhronosGroup/mkinsner-missing-word-1
Browse files Browse the repository at this point in the history
Fix missing word
  • Loading branch information
gmlueck committed Nov 30, 2023
1 parent e248dc3 commit 7dcafab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adoc/chapters/programming_interface.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5598,7 +5598,7 @@ void set_final_data(Destination finalData = nullptr)
the image processing is going to be copied to at destruction
time, if the image was involved with a write accessor.

Destination can be either an output iterator, a
Destination can be either an output iterator, or a
[code]#std::weak_ptr<T>#.

Note that a raw pointer is a special case of output iterator and
Expand Down

0 comments on commit 7dcafab

Please sign in to comment.