Update array.md,fix md formatting errors

Fix md formatting errors
pull/106/head
Ming 2 years ago committed by GitHub
parent 92aa96d8f7
commit d61196de3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -641,7 +641,7 @@ elementAddr = firtstElementAddr + elementLength * elementIndex
=== "C#"
```csharp title="array.cs"
/* 在数组中查找指定元素 */
/* 在数组中查找指定元素 */
int Find(int[] nums, int target)
{
for (int i = 0; i < nums.Length; i++)

Loading…
Cancel
Save