Skip to content

Commit 775d726

Browse files
authored
Update binary_reader.ts
1 parent a1cae00 commit 775d726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/binary_reader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export default class BinaryReader {
137137
/**
138138
* This instance function reads a `Float64` (8 bytes).
139139
*
140-
* @returns The `Float54` read.
140+
* @returns The `Float64` read.
141141
*/
142142
public readFloat64(littleEndian: boolean = true): number {
143143
return this.read(() => this.bufferView.getFloat64(this.pointer, littleEndian), 8);

0 commit comments

Comments
 (0)