Skip to content
Snippets Groups Projects
Commit 27c03be6 authored by Oliver Sander's avatar Oliver Sander
Browse files

[bugfix,documentation] spelling

parent 91143688
No related branches found
No related tags found
No related merge requests found
......@@ -192,9 +192,9 @@ namespace Dune {
/**
* @brief Constructor
* @param cont Reference to the container we are an iterator for
* @param pos The postion the iterator will be positioned to
* @param pos The position the iterator will be positioned to
* (e.g. 0 for an iterator returned by Container::begin() or
* the sizeof the container for an iterator returned by Container::end()
* the size of the container for an iterator returned by Container::end()
*/
GenericIterator(Container& cont, DifferenceType pos)
: container_(&cont), position_(pos)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment