Skip to content

Commit 0c6642d

Browse files
committed
fix-typo
1 parent 6b1491e commit 0c6642d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

typespec/examples/comments.tsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
const totalCommentsExample = 1000;
1+
const totalCommentsExample = 40;
22

33
const skipCommentsExample = 0;
44

5-
const limitCommentsExample = 30;
5+
const limitCommentsExample = 40;
66

77
const newCommentDtoExample = #{
88
postId: "11",

typespec/examples/courses.tsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const totalCoursesExample = 1000;
1+
const totalCoursesExample = 5;
22

33
const skipCoursesExample = 0;
44

typespec/examples/posts.tsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
const totalPostsExample = 1000;
1+
const totalPostsExample = 40;
22

33
const skipPostsExample = 0;
44

5-
const limitPostsExample = 30;
5+
const limitPostsExample = 40;
66

77
const newPostDtoExample = #{
88
title: "New post",

typespec/examples/users.tsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const totalUsersExample = 5;
1+
const totalUsersExample = 10;
22

33
const skipUsersExample = 0;
44

0 commit comments

Comments
 (0)