Skip to content

Commit 302ef03

Browse files
committed
chore: typo
1 parent 65bc888 commit 302ef03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export function compileRouter<T>(
3737
* const router = createRouter();
3838
* // [add some routes with serializable data]
3939
* const compilerCode = compileRouterToString(router, "findRoute");
40-
* // "const findRoute=(m, m) => {}"
40+
* // "const findRoute=(m, p) => {}"
4141
*/
4242
export function compileRouterToString(
4343
router: RouterContext,

0 commit comments

Comments
 (0)