Fix c# documentation variable typo
This commit is contained in:
parent
e43e7065da
commit
0548cf9177
@ -92,7 +92,7 @@ g:ale_cs_mcsc_assemblies *g:ale_cs_mcsc_assemblies*
|
|||||||
For example: >
|
For example: >
|
||||||
|
|
||||||
" Compile C# programs with the Unity engine DLL file on Mac.
|
" 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',
|
\ '/Applications/Unity/Unity.app/Contents/Frameworks/Managed/UnityEngine.dll',
|
||||||
\]
|
\]
|
||||||
<
|
<
|
||||||
|
Loading…
Reference in New Issue
Block a user