From d50169172fc7cc1681d2abee1a9b289a6d5db2c3 Mon Sep 17 00:00:00 2001 From: Max Slater Date: Mon, 8 Mar 2021 00:32:55 -0500 Subject: [PATCH] Update meshedit.cpp --- src/student/meshedit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/student/meshedit.cpp b/src/student/meshedit.cpp index 9be141d..3697d19 100644 --- a/src/student/meshedit.cpp +++ b/src/student/meshedit.cpp @@ -17,7 +17,7 @@ the value it holds need not be allocated elsewhere, and it provides an API that forces the user to check if it is null before using the value. - In your implementaiton, if you have successfully performed the operation, you can + In your implementation, if you have successfully performed the operation, you can simply return the required reference: ... collapse the edge ... -- GitLab