Fix documentation in some DataPack methods (#1164)

This commit is contained in:
Deathreus 2020-02-07 01:05:32 -05:00 committed by GitHub
parent fba71ed24d
commit 48ed38a8c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.