Fix doc comment

This commit is contained in:
Simon Hausmann 2023-05-10 14:23:09 +02:00 committed by Simon Hausmann
parent e0bcfff0ab
commit 185334d5e7

View file

@ -232,7 +232,7 @@ public:
/// ///
/// Note that this class does not provide any kind of ownership. The caller is responsible for /// Note that this class does not provide any kind of ownership. The caller is responsible for
/// ensuring that the pointers supplied to the constructor are valid throughout the lifetime of the /// ensuring that the pointers supplied to the constructor are valid throughout the lifetime of the
/// WindowHandle. /// NativeWindowHandle.
class NativeWindowHandle class NativeWindowHandle
{ {
cbindgen_private::CppRawHandleOpaque inner; cbindgen_private::CppRawHandleOpaque inner;