Skip to content

Commit a6b3b3c

Browse files
committed
fix: Correct code fence title in maze tutorial
- Fix title=denops/denops-helloworld/main.ts to title=denops/denops-maze/main.ts - Ensure consistency in filepath references within maze tutorial
1 parent 922baeb commit a6b3b3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tutorial/maze/adjusting-maze-size-to-fit-the-window.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ to have a maze that fits the current window size.
77
Let's modify the plugin to ensure the generated maze fits the current window
88
size.
99

10-
```typescript,title=denops/denops-helloworld/main.ts
10+
```typescript,title=denops/denops-maze/main.ts
1111
import type { Entrypoint } from "@denops/std";
1212
import * as fn from "@denops/std/function";
1313
import { Maze } from "maze_generator";

0 commit comments

Comments
 (0)