update docstring for Ordering::+=

release/4.3a0
Varun Agrawal 2022-11-10 10:53:17 -05:00
parent 318f7384b5
commit 6e6bbfff4c
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ public:
/**
* @brief Append new keys to the ordering as `ordering += keys`.
*
* @param key
* @param keys The key vector to append to this ordering.
* @return The ordering variable with appended keys.
*/
This& operator+=(KeyVector& keys);