spelling: explicitly

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2023-01-18 08:34:42 -05:00
parent 4a91feb5c0
commit 759d1b4243

View File

@@ -19,7 +19,7 @@ namespace irrklang
to call drop(). This will destroy the object, if grab() was not called
in another part of you program, because this part still needs the object.
Note, that you only don't need to call drop() for all objects you receive, it
will be explicitely noted in the documentation.
will be explicitly noted in the documentation.
A simple example:
@@ -66,7 +66,7 @@ namespace irrklang
//! to call drop(). This will destroy the object, if grab() was not called
//! in another part of you program, because this part still needs the object.
//! Note, that you only don't need to call drop() for all objects you receive, it
//! will be explicitely noted in the documentation.
//! will be explicitly noted in the documentation.
//!
//! A simple example:
//!
@@ -84,7 +84,7 @@ namespace irrklang
//! to call drop(). This will destroy the object, if grab() was not called
//! in another part of you program, because this part still needs the object.
//! Note, that you only don't need to call drop() for all objects you receive, it
//! will be explicitely noted in the documentation.
//! will be explicitly noted in the documentation.
//!
//! A simple example:
//!