Fix documentation in some DataPack methods (#1164)

This commit is contained in:
Deathreus
2020-02-06 22:05:32 -08:00
committed by GitHub
parent fba71ed24d
commit 48ed38a8c1
+2 -2
View File
@@ -73,12 +73,12 @@ methodmap DataPack < Handle
// Reads a cell from a data pack.
//
// @param pack Handle to the data pack.
// @return A cell at this position
public native any ReadCell();
// Reads a float from a data pack.
//
// @param pack Handle to the data pack.
// @return Float at this position
public native float ReadFloat();
// Reads a string from a data pack.