docs: Correct instructions about what to return

This commit is contained in:
estlop 2022-07-15 13:47:52 +01:00 committed by eslopfer
parent 266a3a941d
commit 2e97385c73
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
### Instructions
Write a function `ListLast` that returns the last element of a linked list `l`.
Write a function `ListLast` that returns the `Data` interface of the last element of a linked list `l`.
### Expected function and structure