From 7e631bc6aa7369c45838b4ff7f689f4cd97b177d Mon Sep 17 00:00:00 2001
From: Thomas Lambert <t.lambert@uliege.be>
Date: Mon, 5 Sep 2022 18:23:22 +0200
Subject: [PATCH] fix(Airfoil): small typo in classdef

---
 +af_tools/@Airfoil/Airfoil.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/+af_tools/@Airfoil/Airfoil.m b/+af_tools/@Airfoil/Airfoil.m
index 335c214..c080b8b 100644
--- a/+af_tools/@Airfoil/Airfoil.m
+++ b/+af_tools/@Airfoil/Airfoil.m
@@ -1,4 +1,4 @@
-classdef Airfoil< handle
+classdef Airfoil < handle
     % AIRFOIL Class for airfoils with all their important data.
     %   This AIRFOIL class is used to represent completely an airfoil and the important metrics
     %   attached to it. These data include:
-- 
GitLab