diff --git a/subjects/swap/README.md b/subjects/swap/README.md index 0c5b36f1..5bc20cd5 100644 --- a/subjects/swap/README.md +++ b/subjects/swap/README.md @@ -2,7 +2,7 @@ ### Instructions -- Write a function that swaps the contents of two **pointers to an `int`** (`*int`). +- Write a function that takes two **pointers to an `int`** (`*int`) and swaps their contents. ### Expected function