From b8e4e0494f11119775fccc557fba85e31977a206 Mon Sep 17 00:00:00 2001 From: Bill Schmidt Date: Tue, 28 Apr 2020 17:31:12 -0500 Subject: [PATCH] Replace "instructions" with "operators". Signed-off-by: Bill Schmidt --- Intrinsics_Reference/ch_biendian.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Intrinsics_Reference/ch_biendian.xml b/Intrinsics_Reference/ch_biendian.xml index 7b0b1ab..af0b792 100644 --- a/Intrinsics_Reference/ch_biendian.xml +++ b/Intrinsics_Reference/ch_biendian.xml @@ -588,7 +588,7 @@ a[3] = c; with vector elements, that the concepts of left and right are more natural for human understanding than byte and element significance. Indeed, most programming languages have - instructions, such as shift-left and shift-right, that use this + operators, such as shift-left and shift-right, that use this same terminology.