From 394811e601743d39650dda263a07fa61bf030b67 Mon Sep 17 00:00:00 2001 From: Abhinn Mishra <49574460+mishraabhinn@users.noreply.github.com> Date: Sat, 10 Jul 2021 00:33:57 +0530 Subject: [PATCH] fix: spelling error in `CONTRIBUTING.md` (#1531) Co-authored-by: David Leal --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 72014433d..2ff8cb72c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -113,7 +113,7 @@ bool func(int param1, T param2) { * @returns void */ static void test() { - /* desciptions of the following test */ + /* descriptions of the following test */ assert(func(...) == ...); // this ensures that the algorithm works as expected // can have multiple checks