Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderOMara committed Nov 14, 2024
1 parent 7e475dd commit 3e9f018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export interface BufferView {
/**
* Array buffer.
*/
readonly buffer: ArrayBufferReal;
readonly buffer: ArrayBuffer;

/**
* Byte length.
Expand Down

0 comments on commit 3e9f018

Please sign in to comment.