Skip to content

Commit 90b63b5

Browse files
authored
wave 3: fix misworded "tip"
1 parent 326cd25 commit 90b63b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ada-project-docs/wave_03.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The following are required routes for wave 3. Feel free to implement the routes
2020
- You are free to add additional features, as long as the wave 3 tests still pass. However, we recommend that you consider the future waves, first.
2121
- A test uses a fixture named `completed_task` that is defined in `tests/conftest.py`. This fixture saves a task with a datetime value in `completed_at` to the test database.
2222
- JSON's value of `true` is similar to Python's value of `True`, and `false` is similar to Python's `False`.
23-
- JSON's value of `null` is similar to Python's value of `None`.
23+
- SQL's value of `null` is similar to Python's value of `None`.
2424

2525
### Mark Complete on an Incompleted Task
2626

0 commit comments

Comments
 (0)