Fix malformed documentation indentation in Array.FindValue (#1002)
Modified indention for uniformity
This commit is contained in:
parent
26462f2848
commit
2e72fc115d
@ -203,7 +203,7 @@ methodmap ArrayList < Handle {
|
|||||||
// value cannot be located, -1 will be returned.
|
// value cannot be located, -1 will be returned.
|
||||||
//
|
//
|
||||||
// @param item Value to search for
|
// @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
|
// @return Array index, or -1 on failure
|
||||||
// @error Invalid block index
|
// @error Invalid block index
|
||||||
public native int FindValue(any item, int block=0);
|
public native int FindValue(any item, int block=0);
|
||||||
|
Loading…
Reference in New Issue
Block a user