mirror of
https://github.com/isar/libmdbx.git
synced 2025-08-19 19:39:26 +08:00
mdbx: опечатки/орфография.
This commit is contained in:
2
mdbx.h++
2
mdbx.h++
@@ -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;
|
||||
|
Reference in New Issue
Block a user