Skip to content

Commit bdda714

Browse files
committed
fix: Documentation example highlighting
1 parent 18015df commit bdda714

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deno.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescriptplayground/binary-reader",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"license": "./LICENSE",
55
"exports": "./src/index.ts",
66
"tasks": {

src/binary_reader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import DataReader from "./data_reader.ts";
44
* This class represents a binary reader.
55
*
66
* @example
7-
* ```
7+
* ```ts
88
* const dataToRead = new Uint8Array([1,2,3,4]);
99
*
1010
* const reader = new BinaryReader(dataToRead.buffer);

0 commit comments

Comments
 (0)