Merge pull request #1250 from yaryabu/patch-1
Fix c# documentation variable typo
This commit is contained in:
		
						commit
						48cae6afc4
					
				@ -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