Skip to content

Commit c29e45b

Browse files
authored
Merge pull request #64 from AdaGold/ayang-remove-trailing-comma
Update wave_01.md
2 parents 3c9650c + 5c9d758 commit c29e45b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ada-project-docs/wave_01.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ As a client, I want to be able to make a `PUT` request to `/tasks/1` when there
140140
```json
141141
{
142142
"title": "Updated Task Title",
143-
"description": "Updated Test Description",
143+
"description": "Updated Test Description"
144144
}
145145
```
146146

0 commit comments

Comments
 (0)