From e729e4e86c883b5f8c2c741de8a22099b3ec0467 Mon Sep 17 00:00:00 2001 From: ninnghazad Date: Tue, 25 Sep 2018 15:02:47 +0200 Subject: [PATCH] Single typo (Mame -> Name) Fixed a typo (Mame -> Name) i came across. --- cheatsheet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cheatsheet.md b/cheatsheet.md index 907fe329..81758062 100644 --- a/cheatsheet.md +++ b/cheatsheet.md @@ -566,7 +566,7 @@ If both a 2 parameter and a 3 parameter signature match, the 3 parameter functio * `__LINE__` Current file line number * `__FILE__` Full path of current file * `__CLASS__` Name of current class - * `__FUNC__` Mame of current function + * `__FUNC__` Name of current function # Built In Functions