Skip to content

Commit 7a92103

Browse files
committed
docs: update copy
1 parent 90a4cbd commit 7a92103

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/array/fixed-endian-float64

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/array/fixed-endian-float64/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ limitations under the License.
2626

2727
<section class="intro">
2828

29-
In contrast to the [`Float64Array`][@stdlib/array/float64] typed array constructor which stores values according to the platform byte order, the `Float64ArrayFE` constructor allows enforcing a specific byte order. Such enforcement can be particularly advantageous when working with memory buffers which do not necessarily follow host byte order, such as [WebAssembly memory][@stdlib/wasm/memory].
29+
In contrast to the [`Float64Array`][@stdlib/array/float64] typed array constructor which stores values according to the host platform byte order, the `Float64ArrayFE` constructor allows enforcing a specific byte order. Such enforcement can be particularly advantageous when working with memory buffers which do not necessarily follow host platform byte order, such as [WebAssembly memory][@stdlib/wasm/memory].
3030

3131
</section>
3232

0 commit comments

Comments
 (0)