Fix malformed documentation indentation in Array.FindValue (#1002)

Modified indention for uniformity
This commit is contained in:
JoinedSenses 2019-05-09 19:56:18 -04:00 committed by Kyle Sanderson
parent 26462f2848
commit 2e72fc115d

View File

@ -203,7 +203,7 @@ methodmap ArrayList < Handle {
// value cannot be located, -1 will be returned.
//
// @param item Value to search for
// @param block Optionally which block to search in
// @param block Optionally which block to search in
// @return Array index, or -1 on failure
// @error Invalid block index
public native int FindValue(any item, int block=0);