Skip to content

Commit 25ab6eb

Browse files
committed
typo
1 parent cba7020 commit 25ab6eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wrapper/cccorelib/src/cccorelib.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ class NumpyCloud : public CCCoreLib::GenericIndexedCloud
146146

147147
py::list names;
148148
#if ((PYBIND11_VERSION_MAJOR > 2) || (PYBIND11_VERSION_MAJOR == 2 && PYBIND11_VERSION_MINOR > 11))
149-
// The "name" field is no longer available in Descr_Proxy struct,
149+
// The "names" field is no longer available in Descr_Proxy struct,
150150
// but it is available on both Descr1_Proxy and Descr2_Proxy structs
151151

152152
// Get the currrent numpy version

0 commit comments

Comments
 (0)