Skip to content
Snippets Groups Projects
Commit 60bd14d0 authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

Merge branch 'doc/typo-writee-write' into 'master'

doc: fix typo: writee -> write



See merge request !30
parents 222d114c 672bf161
No related branches found
No related tags found
1 merge request!30doc: fix typo: writee -> write
......@@ -229,7 +229,7 @@ namespace Dune {
* m[_0] = ...
* \endcode
* The name '_0' used here as a static replacement of the integer number zero is arbitrary.
* Any other variable name can be used. If you don't like the separate variable, you can writee
* Any other variable name can be used. If you don't like the separate variable, you can write
* \code
* m[std::integral_constant<int,0>()] = ...
* \endcode
......@@ -253,7 +253,7 @@ namespace Dune {
* m[_0] = ...
* \endcode
* The name '_0' used here as a static replacement of the integer number zero is arbitrary.
* Any other variable name can be used. If you don't like the separate variable, you can writee
* Any other variable name can be used. If you don't like the separate variable, you can write
* \code
* m[std::integral_constant<std::size_t,0>()] = ...
* \endcode
......
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