Fix a typo in the docs

This commit is contained in:
Andrey Semashev
2017-04-04 15:45:11 +03:00
committed by GitHub
parent b25ab5112a
commit 140613d1ba

View File

@@ -1115,7 +1115,7 @@ class slist_impl
//!
//! <b>Throws</b>: Nothing.
//!
//! <b>Complexity</b>: Lineal to the elements (l - before_f + 1).
//! <b>Complexity</b>: Linear to the elements (l - before_f + 1).
//!
//! <b>Note</b>: Invalidates the iterators to the erased element.
template<class Disposer>