[libc++][docs] Fix documentation of REQUIRES: std-at-least-* (#166226)

Due to me not double-checking my PR, an overly eager AI auto-completion
made it into my previous PR :/
This commit is contained in:
Adrian Vogelsgesang 2025-11-03 12:13:27 -08:00 committed by GitHub
parent 009706ff62
commit dccced25a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -451,7 +451,7 @@ Instead use:
.. code-block:: cpp
// REQUIRES: requires-std-at-least-c++26
// REQUIRES: std-at-least-c++26
There is no corresponding ``std-at-most-c++23``. This could be useful when
tests are only valid for a small set of standard versions. For example, a