diff -r 4e03b0e2a29f -r ed884a2fb009 src/ring.h --- a/src/ring.h Tue Jul 27 09:56:06 2021 +0300 +++ b/src/ring.h Tue Jul 27 11:11:32 2021 +0300 @@ -34,8 +34,8 @@ } /* - * Implements a ring adapter over T. This class corrects indices given to the element-operator so that they're within bounds. - * The maximum amount can be specified manually. + * Implements a ring adapter over T. This class corrects indices given to the element-operator so that they're within + * bounds. The maximum amount can be specified manually. * * Example: * @@ -83,8 +83,8 @@ }; /* - * Convenience function for RingAdapter so that the template parameter does not have to be provided. The ring amount is assumed - * to be the amount of elements in the collection. + * Convenience function for RingAdapter so that the template parameter does not have to be provided. The ring + * amount is assumed to be the amount of elements in the collection. */ template iter::_imp::RingAdapter iter::ring(T&& collection)