Cleanup: Fix typo in overflowsafe_type comment

pull/336/head
Tyler Trahan 3 years ago committed by Michael Lutz
parent 236f71640c
commit 48c1c7f221

@ -22,8 +22,8 @@
/**
* Overflow safe template for integers, i.e. integers that will never overflow
* you multiply the maximum value with 2, or add 2, or subtract something from
* the minimum value, etc.
* when you multiply the maximum value with 2, or add 2, or subtract something
* from the minimum value, etc.
* @param T the type these integers are stored with.
*/
template <class T>

Loading…
Cancel
Save