Skip to content

Commit 5a1a321

Browse files
Update Examples/RTTI/RTTI_component/Examples/Cpp/RTTI_example.cpp
Co-authored-by: Paul Davies <40460850+paul-davies-autodesk@users.noreply.github.com>
1 parent 9d4744e commit 5a1a321

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Examples/RTTI/RTTI_component/Examples/Cpp/RTTI_example.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ int main()
102102

103103
// Test GetNextOptionalAnimal - class out parameter with bool return
104104
std::cout << std::endl;
105-
std::cout << "Testing GetNextOptinalAnimal:" << std::endl;
105+
std::cout << "Testing GetNextOptionalAnimal:" << std::endl;
106106
auto iter2 = zoo->Iterator();
107107
PAnimal optionalAnimal;
108108
bool hasError;

0 commit comments

Comments
 (0)