From cb57ff4ccde2f870c22a87908e937ace3ab3d42f Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 8 May 2020 09:54:49 -0700 Subject: [PATCH] changed "An" to "A" for grammatical accuracy. "An" is appropriate if the object it is associated with begins with a vowel. --- Using-raylib-in-VSCode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Using-raylib-in-VSCode.md b/Using-raylib-in-VSCode.md index e7bf3f5..7a10e89 100644 --- a/Using-raylib-in-VSCode.md +++ b/Using-raylib-in-VSCode.md @@ -25,4 +25,4 @@ Try launching by using the "Debug" launch configuration in the Debug tab. _or_ -You can Build the game using **View > Command Palette** (or Ctrl + Shift + P), Type **Run Task** and press **Enter**. And Select the **Build Debug** option. An game executable will be created in the project folder. You can see any error in the console \ No newline at end of file +You can Build the game using **View > Command Palette** (or Ctrl + Shift + P), Type **Run Task** and press **Enter**. And Select the **Build Debug** option. A game executable will be created in the project folder. You can see any error in the console \ No newline at end of file