Browse Source

Merge pull request #20832 from donutcoffee/patch-1

Docs: Fix description of Layers.test().
Mr.doob 4 years ago
parent
commit
38bf5f47a8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/en/core/Layers.html

+ 1 - 1
docs/api/en/core/Layers.html

@@ -69,7 +69,7 @@
 		<p>
 			layers - a Layers object<br /><br />
 
-			Returns true if this and the passed *layers* object are members of the same set of layers.
+			Returns true if this and the passed *layers* object have at least one layer in common.
 		</p>
 
 		<h3>[method:null toggle]( [param:Integer layer] )</h3>