We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edf5753 commit 6663f6aCopy full SHA for 6663f6a
include/nanobind/intrusive/ref.h
@@ -119,7 +119,7 @@ template <typename T> class ref {
119
T *m_ptr = nullptr;
120
};
121
122
-// Registar a type caster for ``ref<T>`` if nanobind was previously #included
+// Register a type caster for ``ref<T>`` if nanobind was previously #included
123
#if defined(NB_VERSION_MAJOR)
124
NAMESPACE_BEGIN(detail)
125
template <typename T> struct type_caster<nanobind::ref<T>> {
0 commit comments