docs: Be more specific with the instructions

This commit is contained in:
estlop 2022-07-15 14:27:22 +01:00 committed by eslopfer
parent 2e97385c73
commit 3e50722419
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
### Instructions
Write a function `ListFind` that returns the address of the first node in the list `l` that is determined to be equal to `ref` by the function `CompStr`.
Write a function `ListFind` that returns the address of the data interface of the first node in the list `l` that is determined to be equal to `ref` by the function `CompStr`.
- For this exercise the function `CompStr` must be used.