Konstantin Seiler %!s(int64=5) %!d(string=hai) anos
pai
achega
216bdc0f6f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      audio/src/fetch.rs

+ 1 - 1
audio/src/fetch.rs

@@ -731,7 +731,7 @@ impl AudioFileFetch {
                     // record the response time
                     self.network_response_times_ms.push(response_time_ms);
 
-                    // prone old response times. Keep at most three.
+                    // prune old response times. Keep at most three.
                     while self.network_response_times_ms.len() > 3 {
                         self.network_response_times_ms.remove(0);
                     }