mdbx: опечатки/орфография.

This commit is contained in:
Леонид Юрьев (Leonid Yuriev)
2024-12-06 22:15:23 +03:00
parent 207ad31257
commit 9481c0e5c4
3 changed files with 11 additions and 11 deletions

View File

@@ -945,7 +945,7 @@ struct LIBMDBX_API_TYPE slice : public ::MDBX_val {
/// \brief Checks whether the content of the slice is printable.
/// \param [in] disable_utf8 By default if `disable_utf8` is `false` function
/// checks that content bytes are printable ASCII-7 characters or a valid UTF8
/// sequences. Otherwise, if if `disable_utf8` is `true` function checks that
/// sequences. Otherwise, if `disable_utf8` is `true` function checks that
/// content bytes are printable extended 8-bit ASCII codes.
MDBX_NOTHROW_PURE_FUNCTION bool
is_printable(bool disable_utf8 = false) const noexcept;