Skip to content

Commit 052e44d

Browse files
committed
fix: fix return string
1 parent 2539671 commit 052e44d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

77
export function newExampleLib3(): string {
8-
return 'this is totally new';
8+
return 'this is totally new one';
99
}

0 commit comments

Comments
 (0)