Преглед на файлове

Merge branch 'master' of https://github.com/odin-lang/Odin

gingerBill преди 1 година
родител
ревизия
1d7f7a55d2
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      core/bytes/bytes.odin

+ 1 - 1
core/bytes/bytes.odin

@@ -895,7 +895,7 @@ split_multi_iterator :: proc(s: ^[]byte, substrs: [][]byte, skip_empty := false)
 
 
 
-// scrub scruvs invalid utf-8 characters and replaces them with the replacement string
+// Scrubs invalid utf-8 characters and replaces them with the replacement string
 // Adjacent invalid bytes are only replaced once
 scrub :: proc(s: []byte, replacement: []byte, allocator := context.allocator) -> []byte {
 	str := s