From 894d7466da7fb38c65c85099b4e5903df2fb2829 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy <axilirator@gmail.com> Date: Mon, 27 Apr 2020 22:19:25 +0700 Subject: [PATCH] referenceguide: fix typo in description of BITORDERINFIELD Signed-off-by: Vadim Yanitskiy <axilirator@gmail.com> --- usrguide/referenceguide/4-ttcn3_language_extensions.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usrguide/referenceguide/4-ttcn3_language_extensions.adoc b/usrguide/referenceguide/4-ttcn3_language_extensions.adoc index 667f9fa52..512d4a606 100644 --- a/usrguide/referenceguide/4-ttcn3_language_extensions.adoc +++ b/usrguide/referenceguide/4-ttcn3_language_extensions.adoc @@ -1828,7 +1828,7 @@ Can be used with: stand-alone types, or a field of a `record` or `set`. Description: This attribute specifies the order of the bits within a field. When set to `msb`, the first bit sent will be the most significant bit of the original field. When set to `lsb`, the first bit sent will be the least significant bit of the original field. -Comment: The effect of `BITORDERINFIELD(msb)` is equal to the effect of `BITORDER(msb) BYTORDER(last)`. +Comment: The effect of `BITORDERINFIELD(msb)` is equal to the effect of `BITORDER(msb) BYTEORDER(last)`. Example: [source] -- GitLab