Skip to content

Commit 5af36d2

Browse files
committed
docs(Structure): remove invalid example
1 parent 350b088 commit 5af36d2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

packages/tl-pack/src/Structure.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -671,13 +671,6 @@ export namespace Structure {
671671
* const buffer = user.toBuffer();
672672
* const restored = User.fromBuffer(buffer);
673673
* console.log(restored.id); // Original user ID
674-
*
675-
* @example
676-
* // With validation options
677-
* const restored = User.fromBuffer(buffer, {
678-
* strict: true,
679-
* validateChecksum: true
680-
* });
681674
*/
682675
fromBuffer(buffer: Uint8Array, options?: BinaryReaderOptions): T;
683676

0 commit comments

Comments
 (0)