📝 update documentation (#4723)

Signed-off-by: Niels Lohmann <mail@nlohmann.me>
This commit is contained in:
Niels Lohmann
2025-04-05 18:54:35 +02:00
committed by GitHub
parent 11aa5f944d
commit 4424a0fcc1
90 changed files with 377 additions and 339 deletions

View File

@@ -32,10 +32,10 @@ iterators (including the `end()` iterator) and all references to the elements ar
`#!c false`)
`first` (in)
: begin of the range of elements to insert
: the beginning of the range of elements to insert
`last` (in)
: end of the range of elements to insert
: the end of the range of elements to insert
## Exceptions