mirror of
https://github.com/boostorg/endian.git
synced 2025-07-31 21:14:38 +02:00
Fix typo
This commit is contained in:
@@ -230,7 +230,7 @@ If `T` is a class type, the function:
|
|||||||
|
|
||||||
* Is expected to be implemented by the user, as a non-member function in the same
|
* Is expected to be implemented by the user, as a non-member function in the same
|
||||||
namespace as `T` that can be found by argument dependent lookup (ADL);
|
namespace as `T` that can be found by argument dependent lookup (ADL);
|
||||||
* Should returns the value of `x` with the order of bytes reversed for all data members
|
* Should return the value of `x` with the order of bytes reversed for all data members
|
||||||
of types or arrays of types that meet the `EndianReversible` requirements.
|
of types or arrays of types that meet the `EndianReversible` requirements.
|
||||||
|===
|
|===
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user