Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Just fix a typo in a comment. #203

Merged
merged 1 commit into from
Oct 30, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/class_loader/class_loader.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ class ClassLoader

/**
* @brief Attempts to unload a library loaded within scope of the ClassLoader. If the library is
* not opened, this method has no effect. If the library is opened by other another ClassLoader,
* not opened, this method has no effect. If the library is opened by another ClassLoader,
* the library will NOT be unloaded internally -- however this ClassLoader will no longer be able
* to instantiate class_loader bound to that library. If there are plugin objects that exist in
* memory created by this classloader, a warning message will appear and the library will not be
Expand Down