Fix grammar in VOL guide (#4452)

This commit is contained in:
H. Joe Lee
2024-05-02 05:06:45 -07:00
committed by GitHub
parent fa4f48d1e4
commit eeaee6df62
+1 -1
View File
@@ -230,7 +230,7 @@ The initialization and terminate callbacks:
\endcode
\subsection subsecVOLMap Map Storage to HDF5 File Objects
The most difficult part of designing a new VOL connector is going to determining how to support HDF5
The most difficult part of designing a new VOL connector is determining how to support HDF5
file objects and operations using your storage system. There isn't much specific advice to give here, as each
connector will have unique needs, but a forthcoming "tutorial" connector will set up a simple connector and
demonstrate this process.