Skip to content

Commit 6663f6a

Browse files
committed
fix minor typo
1 parent edf5753 commit 6663f6a

File tree

1 file changed

+1
-1
lines changed
  • include/nanobind/intrusive

1 file changed

+1
-1
lines changed

include/nanobind/intrusive/ref.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ template <typename T> class ref {
119119
T *m_ptr = nullptr;
120120
};
121121

122-
// Registar a type caster for ``ref<T>`` if nanobind was previously #included
122+
// Register a type caster for ``ref<T>`` if nanobind was previously #included
123123
#if defined(NB_VERSION_MAJOR)
124124
NAMESPACE_BEGIN(detail)
125125
template <typename T> struct type_caster<nanobind::ref<T>> {

0 commit comments

Comments
 (0)