Fix extra backtick

This commit is contained in:
Mael 2025-10-09 16:35:33 +02:00 committed by GitHub
parent 0cb0b3854a
commit 28e3cf9c87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -545,7 +545,7 @@ const T& operator[] (size_type i) const;
/*! /*!
returns the element at pos `i` in the container. returns the element at pos `i` in the container.
\pre `\link is_used(size_type)const `is_used(i)`\endlink`== true` and \f$ 0 \leq \f$ `i` \f$ < \f$ `capacity()` \pre \link is_used(size_type)const `is_used(i)`\endlink`== true` and \f$ 0 \leq \f$ `i` \f$ < \f$ `capacity()`
*/ */
T& operator[] (size_type i); T& operator[] (size_type i);