Browse Source

docs: Correct description

DEV-3241-DEV-3242-corewar
estlop 2 years ago committed by eslopfer
parent
commit
bbe0038638
  1. 2
      subjects/listat/README.md

2
subjects/listat/README.md

@ -2,7 +2,7 @@
### Instructions
Write a function `ListAt` that takes a pointer to the list `l` and an `int pos` as parameters. This function should return the `NodeL` in the position `pos` of the linked list `l`.
Write a function `ListAt` that takes a pointer to the head of the list `l` and an `int pos` as parameters. This function should return the `NodeL` in the position `pos` of the linked list `l`.
- In case of error the function should return `nil`.

Loading…
Cancel
Save