Kaynağa Gözat

Added proper words in the sentence (#24497)

Abhiram Gullapalli 2 yıl önce
ebeveyn
işleme
2823bfbf9d

+ 1 - 1
docs/manual/en/introduction/Creating-a-scene.html

@@ -104,7 +104,7 @@
 
 
 		<p>If you insert all the code above into the file you created before we began, you should see a green box. Let's make it all a little more interesting by rotating it.</p>
 		<p>If you insert all the code above into the file you created before we began, you should see a green box. Let's make it all a little more interesting by rotating it.</p>
 
 
-		<p>Add the following right above the `renderer.render` call in your `animate` function:</p>
+		<p>Add the following code right above the `renderer.render` call in your `animate` function:</p>
 
 
 		<code>
 		<code>
 		cube.rotation.x += 0.01;
 		cube.rotation.x += 0.01;