mirror of
				https://github.com/krahets/hello-algo.git
				synced 2025-11-04 06:07:20 +08:00 
			
		
		
		
	Update array.md,fix md formatting errors
Fix md formatting errors
This commit is contained in:
		@ -641,7 +641,7 @@ elementAddr = firtstElementAddr + elementLength * elementIndex
 | 
				
			|||||||
=== "C#"
 | 
					=== "C#"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    ```csharp title="array.cs"
 | 
					    ```csharp title="array.cs"
 | 
				
			||||||
   /* 在数组中查找指定元素 */
 | 
					    /* 在数组中查找指定元素 */
 | 
				
			||||||
    int Find(int[] nums, int target)
 | 
					    int Find(int[] nums, int target)
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        for (int i = 0; i < nums.Length; i++)
 | 
					        for (int i = 0; i < nums.Length; i++)
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user