mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
Spelling and grammar cleanups (#4849)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
namespace wpi {
|
||||
|
||||
// Binary insortion into vector; std::log(n) efficiency.
|
||||
// Binary insertion into vector; std::log(n) efficiency.
|
||||
template <typename T>
|
||||
typename std::vector<T>::iterator insert_sorted(std::vector<T>& vec,
|
||||
T const& item) {
|
||||
|
||||
Reference in New Issue
Block a user