Skip to content

Commit 1aa38a4

Browse files
committed
fix: fix return
1 parent 20aa11a commit 1aa38a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/example-lib2/src/lib/example-lib2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ export function exampleLib2(): string {
55
}
66

77
export function newExampleLib2(): string {
8-
return 'this one';
8+
return 'this two';
99
}

0 commit comments

Comments
 (0)