From 7ff0f2c9e2daafd0f0da022f1ed5afd1c68e1521 Mon Sep 17 00:00:00 2001 From: Christopher Fremond <34804391+Frenchris@users.noreply.github.com> Date: Fri, 2 Jul 2021 17:53:31 +0100 Subject: [PATCH] Update README.md --- subjects/swap/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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