From 761bd39a7d7256184d514a45db04a14ddd0e9d64 Mon Sep 17 00:00:00 2001 From: Larry Knox Date: Thu, 10 Aug 2023 15:56:43 -0500 Subject: [PATCH] Update release_docs/RELEASE.txt --- release_docs/RELEASE.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index e47f795a2e9..36c886585be 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -174,7 +174,7 @@ New Features In-place type conversion allows the library to perform type conversion without an intermediate type conversion buffer. This can improve performance by allowing I/O in a single operation over the entire - selection instead of being limited byt he size of the intermediate buffer. + selection instead of being limited by the size of the intermediate buffer. Implemented for I/O on contiguous and chunked datasets when the selection is contiguous in memory and when the memory datatype is not smaller than the file datatype.