Browse Source

Fix method parameter type

aardgoose 7 years ago
parent
commit
ffea9cce46
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/core/Layers.html

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

@@ -61,7 +61,7 @@
 			Set membership to *layer*, and remove membership all other layers.
 		</div>
 
-		<h3>[method:Boolean test]( [param:Integer layers] )</h3>
+		<h3>[method:Boolean test]( [param:Layers layers] )</h3>
 		<div>
 			layers - a Layers object<br /><br />