Skip to content
Snippets Groups Projects
Commit 876271be authored by Ansgar Burchardt's avatar Ansgar Burchardt
Browse files

Fix typo in documentation.

parent f100fed0
No related branches found
No related tags found
No related merge requests found
......@@ -90,11 +90,11 @@ namespace Dune
//! bitwise or
bigunsignedint<k> operator| (const bigunsignedint<k>& x) const;
//! bitwise komplement
//! bitwise complement
bigunsignedint<k> operator~ () const;
//! left shift1/
//! left shift
bigunsignedint<k> operator<< (int i) const;
//! right shift
......
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