fixed quotation mark placement

This commit is contained in:
Elliott Mahler 2022-03-19 22:16:09 -07:00
parent a5db3707a6
commit 9f00ab1c27
2 changed files with 2 additions and 2 deletions

View File

@ -147,7 +147,7 @@ Next, search for the "Task Hello World" actor, and drag one into the scene:
![Searching for the Task Hello World actor within the Place Actors Window](images/PlaceActors_HelloWorld_UE4.png "Searching for the Task Hello World actor within the Place Actors Window")
In order to see the "hello" world text we're logging, we need to open the Output Log:
In order to see the "hello world" text we're logging, we need to open the Output Log:
![Navigating the UE4 Menu to find the Output Log Window](images/OutputLog_Dropdown_UE4.png "Navigating the UE4 Menu to find the Output Log Window")

View File

@ -148,7 +148,7 @@ Next, search for the "Task Hello World" actor, and drag one into the scene:
![Searching for the Task Hello World actor within the Place Actors Window](images/PlaceActors_HelloWorld_UE5.png "Searching for the Task Hello World actor within the Place Actors Window")
In order to see the "hello" world text we're logging, we need to open the Output Log:
In order to see the "hello world" text we're logging, we need to open the Output Log:
![Navigating the UE5 Menu to find the Output Log Window](images/OutputLog_Dropdown_UE5.png "Navigating the UE5 Menu to find the Output Log Window")