Sfoglia il codice sorgente

October 29,2024 mutiple -> multipe

xuxinyi 1 anno fa
parent
commit
93b04385e3
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Diary[October 29,2024].md

+ 1 - 1
Diary[October 29,2024].md

@@ -6,7 +6,7 @@ For stings, I used the of_find_property() function. There are two functions to o
 
 The first one is of_property_read_u32_index(). This function is used to obtain the value of a specified element, and there is only one element.
 
-However, I used a for loop to obtain mutiple elements. 
+However, I used a for loop to obtain multiple elements. 
 
 The second one is of_property_read_u32_array(). This function can automatically obtain all the elements in the array.