From e2b622d3da75936eac77a1736bcac982a5cf6c8d Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Fri, 22 May 2020 17:16:43 +0300 Subject: [PATCH] Fix typo --- doc/endian/conversion.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/endian/conversion.adoc b/doc/endian/conversion.adoc index a5e7892..3d587ce 100644 --- a/doc/endian/conversion.adoc +++ b/doc/endian/conversion.adoc @@ -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. |===