From 6ae5ad8639e90818aa7b1078a129f5a332973aa4 Mon Sep 17 00:00:00 2001 From: Austin Merrick Date: Thu, 28 Jan 2021 09:49:25 -0800 Subject: [PATCH] Fixing typo "ans" to "an". --- raylib-coding-conventions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raylib-coding-conventions.md b/raylib-coding-conventions.md index 4831779..ea9b439 100644 --- a/raylib-coding-conventions.md +++ b/raylib-coding-conventions.md @@ -30,4 +30,4 @@ void SomeFunction() // TODO: Do something here! } ``` -When proposing new functions, please try to use a clear naming for function-name and functions-parameters, in case of doubt, open ans issue for discussion. +When proposing new functions, please try to use a clear naming for function-name and functions-parameters, in case of doubt, open an issue for discussion.