We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65a0717 + 775d726 commit 7f66ba1Copy full SHA for 7f66ba1
src/binary_reader.ts
@@ -108,7 +108,7 @@ export default class BinaryReader extends DataReader {
108
/**
109
* This instance function reads a `Float64` (8 bytes).
110
*
111
- * @returns The `Float54` read.
+ * @returns The `Float64` read.
112
*/
113
public readFloat64(littleEndian? : boolean): number {
114
return new this.bufferView(this.read(8)).getFloat64(0, littleEndian);
0 commit comments