Single typo (Mame -> Name)

Fixed a typo (Mame -> Name) i came across.
This commit is contained in:
ninnghazad 2018-09-25 15:02:47 +02:00 committed by GitHub
parent c737f2419b
commit e729e4e86c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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