Fix c# documentation variable typo

This commit is contained in:
Yaroslav Ryabukha 2017-12-25 16:40:25 +03:00 committed by GitHub
parent e43e7065da
commit 0548cf9177
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ g:ale_cs_mcsc_assemblies *g:ale_cs_mcsc_assemblies*
For example: >
" Compile C# programs with the Unity engine DLL file on Mac.
let g:ale_cs_mcss_assemblies = [
let g:ale_cs_mcsc_assemblies = [
\ '/Applications/Unity/Unity.app/Contents/Frameworks/Managed/UnityEngine.dll',
\]
<