Simon Sapin 10 ani în urmă
părinte
comite
8bc3285ccc
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      idna/src/uts46.rs

+ 1 - 1
idna/src/uts46.rs

@@ -266,7 +266,7 @@ enum Error {
 
 
 /// Errors recorded during UTS #46 processing.
 /// Errors recorded during UTS #46 processing.
 ///
 ///
-/// This is opaque for now, only indicating the precense of at least one error.
+/// This is opaque for now, only indicating the presence of at least one error.
 /// More details may be exposed in the future.
 /// More details may be exposed in the future.
 #[derive(Debug)]
 #[derive(Debug)]
 pub struct Errors(Vec<Error>);
 pub struct Errors(Vec<Error>);