Skip to content
Open

Feature #1568

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions mabel_anto_moncy_book_app/create_book.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"This is the feature for the author to add a new book."
3 changes: 3 additions & 0 deletions mabel_anto_moncy_book_app/list_all_books.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
"This is the feature which shows the user all the books they’ve created as a list.”

Copilot AI Apr 16, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The opening quote is a straight double-quote (") but the closing quote is a curly smart quote (”). This mismatch can cause copy/paste or parsing issues; use consistent ASCII quotes (or remove the surrounding quotes entirely).

Suggested change
"This is the feature which shows the user all the books they’ve created as a list.
"This is the feature which shows the user all the books they’ve created as a list."

Copilot uses AI. Check for mistakes.
"List all books will list all books in ascending order."

Copilot AI Apr 16, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Grammar/readability: "List all books will list all books..." is redundant and awkward. Consider rephrasing to something like “The ‘List all books’ feature lists books in ascending order.”

Suggested change
"List all books will list all books in ascending order."
"The 'List all books' feature lists all books in ascending order."

Copilot uses AI. Check for mistakes.

Loading