Skip to content

Commit

Permalink
Just fix a typo in a comment. (#203)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lalancette <[email protected]>

Signed-off-by: Chris Lalancette <[email protected]>
  • Loading branch information
clalancette authored Oct 30, 2022
1 parent c427a50 commit 0766275
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 0766275

Please sign in to comment.