Skip to content

Commit

Permalink
#62 Fix typo in VtkScene
Browse files Browse the repository at this point in the history
  • Loading branch information
kwabenantim committed Apr 11, 2024
1 parent 1e60b9b commit c238afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/visualization/VtkScene.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ class VtkScene
void End();

/**
* Render the current scene and return is as a char array, can be passed
* Render the current scene and return it as a char array that can be passed
* into a Python buffer for display.
* @return the scene as a char array
*/
Expand Down

0 comments on commit c238afe

Please sign in to comment.