mirror of https://github.com/CGAL/cgal
Fix extra backtick
This commit is contained in:
parent
0cb0b3854a
commit
28e3cf9c87
|
|
@ -545,7 +545,7 @@ const T& operator[] (size_type i) const;
|
|||
/*!
|
||||
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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue