mirror of
https://github.com/boostorg/endian.git
synced 2025-07-30 20:47:26 +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
|
||||
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.
|
||||
|===
|
||||
|
||||
|
Reference in New Issue
Block a user