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.
1 parent a1cae00 commit 775d726Copy full SHA for 775d726
src/binary_reader.ts
@@ -137,7 +137,7 @@ export default class BinaryReader {
137
/**
138
* This instance function reads a `Float64` (8 bytes).
139
*
140
- * @returns The `Float54` read.
+ * @returns The `Float64` read.
141
*/
142
public readFloat64(littleEndian: boolean = true): number {
143
return this.read(() => this.bufferView.getFloat64(this.pointer, littleEndian), 8);
0 commit comments