瀏覽代碼

Merge pull request #13208 from XanderLuciano/patch-1

Fix Broken Link on Ray Documentation
Mr.doob 7 年之前
父節點
當前提交
b0a594d0d6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/api/math/Ray.html

+ 1 - 1
docs/api/math/Ray.html

@@ -12,7 +12,7 @@
 
 		<div class="desc">
 			A ray that emits from an origin in a certain direction. This is used by the
-			[page:RayCaster] to assist with [link:https://en.wikipedia.org/wiki/Ray_casting raycasting].
+			[page:Raycaster] to assist with [link:https://en.wikipedia.org/wiki/Ray_casting raycasting].
 			Raycasting is used for mouse picking (working out what objects in the 3D space the mouse is over) amongst
 			other things.
 		</div>